Html Css Color HEX #CC6D67 Contessa

📋 copy color: '#CC6D67'

red 204 ◦ green 109 ◦ blue 103

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

Shades of Contessa #CC6D67

Tints of Contessa #CC6D67

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.2%

 BLUE value IS 103 (40.63% from 255) = 24.76%

R = 49.04%
G = 26.2%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC6D67 (or 0xCC6D67) is known color: Contessa. HEX triplet: CC, 6D and 67. RGB value is (204,109,103). Sum of RGB (Red+Green+Blue) = 204+109+103=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6D67 is #339298. Grayscale: #888888. Windows color (decimal): -3379865 or 6778316. OLE color: 6778316.

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

Color convert

RGB 204 109 103 -
CMYK 0 0.47 0.50 0.2
HSL 3.56º 0.5% 0.6% -
HSV(B) 3.56º 0.5% 0.8% -
XYZ 32.82 24.75 15.88 -
YUV 136.72 108.97 175.99 -
System Red Green Blue C M Y K H S L
Decimal 204 109 103 0 0.47 0.50 0.2 3.56 0.5 0.6
Hex CC 6D 67 0 2F 32 14 4 32 3C
Octal 314 155 147 0 57 62 24 4 62 74
Binary 11001100 1101101 1100111 0 101111 110010 10100 100 110010 111100

Color Harmonies of #CC6D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6D67

Black with #CC6D67

Text Example


Text Example

White with #CC6D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6D67; }

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

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

background-color css

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

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

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

border-color css

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

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

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