#CC674D

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

Shades of Red Damask #CC674D

Tints of Red Damask #CC674D

Color information

#CC674D (or 0xCC674D) is unknown color: approx Red Damask. HEX triplet: CC, 67 and 4D. RGB value is (204,103,77). Sum of RGB (Red+Green+Blue) = 204+103+77=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC674D is #3398B2. Grayscale: #828282. Windows color (decimal): -3381427 or 5072844. OLE color: 5072844.

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

Color convert

RGB20410377-
CMYK00.500.620.2
HSL12.28º55.46%55.1%-
HSV(B)12.28º62.25%80%-
XYZ31.0923.079.84-
YUV130.2397.96180.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.12%
GREEN value IS 103 (40.62% from 255) = 26.82%
BLUE value IS 77 (30.47% from 255) = 20.05%
R=53.12%
G=26.82%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041037700.500.620.212.2855.4655.1
HexCC674D0323E14c3737
Octal3141471150627624146767
Binary11001100110011110011010110010111110101001100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC674D; }

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

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

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

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

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

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

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

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