Html Css Color HEX #CC6A4B Red Damask

📋 copy color: '#CC6A4B'

red 204 ◦ green 106 ◦ blue 75

#CC6A4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #CC6A4B

Tints of Red Damask #CC6A4B

RGB

 RED value IS 204 (80.08% from 255) = 52.99%

 GREEN value IS 106 (41.8% from 255) = 27.53%

 BLUE value IS 75 (29.69% from 255) = 19.48%

R = 52.99%
G = 27.53%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC6A4B (or 0xCC6A4B) is known color: Red Damask. HEX triplet: CC, 6A and 4B. RGB value is (204,106,75). Sum of RGB (Red+Green+Blue) = 204+106+75=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6A4B is #3395B4. Grayscale: #838383. Windows color (decimal): -3380661 or 4942540. OLE color: 4942540.

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

Color convert

RGB 204 106 75 -
CMYK 0 0.48 0.63 0.2
HSL 14.42º 0.56% 0.55% -
HSV(B) 14.42º 0.63% 0.8% -
XYZ 31.33 23.65 9.57 -
YUV 131.77 95.97 179.52 -
System Red Green Blue C M Y K H S L
Decimal 204 106 75 0 0.48 0.63 0.2 14.42 0.56 0.55
Hex CC 6A 4B 0 30 3F 14 E 38 37
Octal 314 152 113 0 60 77 24 16 70 67
Binary 11001100 1101010 1001011 0 110000 111111 10100 1110 111000 110111

Color Harmonies of #CC6A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6A4B

Black with #CC6A4B

Text Example


Text Example

White with #CC6A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6A4B; }

 p { color: rgb(204,106,75); }

 H1.HeaderClassName
 {
   color: #CC6A4B;
 }
 .AnyTagClassName
 {
   color: #CC6A4B;
 }
</style>

background-color css

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

 a { background-color: rgb(204,106,75); }

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

border-color css

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

 span { border-color: rgb(204,106,75); }

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