Html Css Color HEX #CC6C63 Contessa

📋 copy color: '#CC6C63'

red 204 ◦ green 108 ◦ blue 99

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

Shades of Contessa #CC6C63

Tints of Contessa #CC6C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.09%

R = 49.64%
G = 26.28%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC6C63 (or 0xCC6C63) is known color: Contessa. HEX triplet: CC, 6C and 63. RGB value is (204,108,99). Sum of RGB (Red+Green+Blue) = 204+108+99=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C63 is #33939C. Grayscale: #878787. Windows color (decimal): -3380125 or 6515916. OLE color: 6515916.

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

Color convert

RGB 204 108 99 -
CMYK 0 0.47 0.51 0.2
HSL 5.14º 0.51% 0.59% -
HSV(B) 5.14º 0.51% 0.8% -
XYZ 32.52 24.46 14.81 -
YUV 135.68 107.3 176.73 -
System Red Green Blue C M Y K H S L
Decimal 204 108 99 0 0.47 0.51 0.2 5.14 0.51 0.59
Hex CC 6C 63 0 2F 33 14 5 33 3B
Octal 314 154 143 0 57 63 24 5 63 73
Binary 11001100 1101100 1100011 0 101111 110011 10100 101 110011 111011

Color Harmonies of #CC6C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C63

Black with #CC6C63

Text Example


Text Example

White with #CC6C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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