Html Css Color HEX #CC6C68 Contessa

📋 copy color: '#CC6C68'

red 204 ◦ green 108 ◦ blue 104

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

Shades of Contessa #CC6C68

Tints of Contessa #CC6C68

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.96%

 BLUE value IS 104 (41.02% from 255) = 25%

R = 49.04%
G = 25.96%
B = 25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC6C68 (or 0xCC6C68) is known color: Contessa. HEX triplet: CC, 6C and 68. RGB value is (204,108,104). Sum of RGB (Red+Green+Blue) = 204+108+104=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C68 is #339397. Grayscale: #888888. Windows color (decimal): -3380120 or 6843596. OLE color: 6843596.

HSL color Cylindrical-coordinate representation of color #CC6C68: hue angle of 2.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC6C68 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 108 104 -
CMYK 0 0.47 0.49 0.2
HSL 2.4º 0.5% 0.6% -
HSV(B) 2.4º 0.49% 0.8% -
XYZ 32.76 24.56 16.11 -
YUV 136.25 109.8 176.33 -
System Red Green Blue C M Y K H S L
Decimal 204 108 104 0 0.47 0.49 0.2 2.4 0.5 0.6
Hex CC 6C 68 0 2F 31 14 2 32 3C
Octal 314 154 150 0 57 61 24 2 62 74
Binary 11001100 1101100 1101000 0 101111 110001 10100 10 110010 111100

Color Harmonies of #CC6C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C68

Black with #CC6C68

Text Example


Text Example

White with #CC6C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C68; }

 p { color: rgb(204,108,104); }

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

background-color css

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

 a { background-color: rgb(204,108,104); }

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

border-color css

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

 span { border-color: rgb(204,108,104); }

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