Html Css Color HEX #CC674C Red Damask

📋 copy color: '#CC674C'

red 204 ◦ green 103 ◦ blue 76

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

Shades of Red Damask #CC674C

Tints of Red Damask #CC674C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.89%

 BLUE value IS 76 (30.08% from 255) = 19.84%

R = 53.26%
G = 26.89%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC674C (or 0xCC674C) is known color: Red Damask. HEX triplet: CC, 67 and 4C. RGB value is (204,103,76). Sum of RGB (Red+Green+Blue) = 204+103+76=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC674C is #3398B3. Grayscale: #828282. Windows color (decimal): -3381428 or 5007308. OLE color: 5007308.

HSL color Cylindrical-coordinate representation of color #CC674C: hue angle of 12.66º 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 #CC674C is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 103 76 -
CMYK 0 0.50 0.63 0.2
HSL 12.66º 0.56% 0.55% -
HSV(B) 12.66º 0.63% 0.8% -
XYZ 31.06 23.06 9.65 -
YUV 130.12 97.46 180.7 -
System Red Green Blue C M Y K H S L
Decimal 204 103 76 0 0.50 0.63 0.2 12.66 0.56 0.55
Hex CC 67 4C 0 32 3F 14 D 38 37
Octal 314 147 114 0 62 77 24 15 70 67
Binary 11001100 1100111 1001100 0 110010 111111 10100 1101 111000 110111

Color Harmonies of #CC674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC674C

Black with #CC674C

Text Example


Text Example

White with #CC674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC674C; }

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

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

background-color css

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

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

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

border-color css

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

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

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