#CC674A

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

Shades of Red Damask #CC674A

Tints of Red Damask #CC674A

Color information

#CC674A (or 0xCC674A) is unknown color: approx Red Damask. HEX triplet: CC, 67 and 4A. RGB value is (204,103,74). Sum of RGB (Red+Green+Blue) = 204+103+74=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC674A is #3398B5. Grayscale: #828282. Windows color (decimal): -3381430 or 4876236. OLE color: 4876236.

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

Color convert

RGB20410374-
CMYK00.500.640.2
HSL13.38º56.03%54.51%-
HSV(B)13.38º63.73%80%-
XYZ30.9923.039.29-
YUV129.8996.46180.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.54%
GREEN value IS 103 (40.62% from 255) = 27.03%
BLUE value IS 74 (29.30% from 255) = 19.42%
R=53.54%
G=27.03%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041037400.500.640.213.3856.0354.51
HexCC674A0324014d3837
Octal31414711206210024157067
Binary110011001100111100101001100101000000101001101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC674A; }

 p { color: rgb(204,103,74); }

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

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

 a { background-color: rgb(204,103,74); }

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

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

 span { border-color: rgb(204,103,74); }

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