#CC6B3F

Color #CC6B3F Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #CC6B3F

Tints of Red Damask #CC6B3F

Color information

#CC6B3F (or 0xCC6B3F) is unknown color: approx Red Damask. HEX triplet: CC, 6B and 3F. RGB value is (204,107,63). Sum of RGB (Red+Green+Blue) = 204+107+63=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6B3F is #3394C0. Grayscale: #838383. Windows color (decimal): -3380417 or 4156364. OLE color: 4156364.

HSL color Cylindrical-coordinate representation of color #CC6B3F: hue angle of 18.72º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC6B3F is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB20410763-
CMYK00.480.690.2
HSL18.72º58.02%52.35%-
HSV(B)18.72º69.12%80%-
XYZ31.0623.717.64-
YUV130.9989.64180.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 54.55%
GREEN value IS 107 (42.19% from 255) = 28.61%
BLUE value IS 63 (25% from 255) = 16.84%
R=54.55%
G=28.61%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041076300.480.690.218.7258.0252.35
HexCC6B3F0304514133a34
Octal3141537706010524237264
Binary110011001101011111111011000010001011010010011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6B3F; }

 p { color: rgb(204,107,63); }

 H1.HeaderClassName
 {
   color: #CC6B3F;
 }
 .AnyTagClassName
 {
   color: #CC6B3F;
 }
</style>
background-color css

<style>
 a { background-color: #CC6B3F; }

 a { background-color: rgb(204,107,63); }

 div.DivClassName
 {
   background-color: #CC6B3F;
 }
 .BgClassName
 {
   background-color: #CC6B3F;
 }
</style>
border-color css

<style>
 span { border-color: #CC6B3F; }

 span { border-color: rgb(204,107,63); }

 td.TdClassName
 {
   border-color: #CC6B3F;
 }
 .TagClassName
 {
   border-color: #CC6B3F;
 }
</style>