Html Css Color HEX #CC694C Red Damask

📋 copy color: '#CC694C'

red 204 ◦ green 105 ◦ blue 76

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

Shades of Red Damask #CC694C

Tints of Red Damask #CC694C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.27%

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

R = 52.99%
G = 27.27%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC694C (or 0xCC694C) is known color: Red Damask. HEX triplet: CC, 69 and 4C. RGB value is (204,105,76). Sum of RGB (Red+Green+Blue) = 204+105+76=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC694C is #3396B3. Grayscale: #838383. Windows color (decimal): -3380916 or 5007820. OLE color: 5007820.

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

Color convert

RGB 204 105 76 -
CMYK 0 0.49 0.63 0.2
HSL 13.59º 0.56% 0.55% -
HSV(B) 13.59º 0.63% 0.8% -
XYZ 31.26 23.46 9.72 -
YUV 131.3 96.8 179.86 -
System Red Green Blue C M Y K H S L
Decimal 204 105 76 0 0.49 0.63 0.2 13.59 0.56 0.55
Hex CC 69 4C 0 31 3F 14 E 38 37
Octal 314 151 114 0 61 77 24 16 70 67
Binary 11001100 1101001 1001100 0 110001 111111 10100 1110 111000 110111

Color Harmonies of #CC694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC694C

Black with #CC694C

Text Example


Text Example

White with #CC694C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC694C; }

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

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

background-color css

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

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

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

border-color css

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

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

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