Html Css Color HEX #CC7669 Contessa

📋 copy color: '#CC7669'

red 204 ◦ green 118 ◦ blue 105

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

Shades of Contessa #CC7669

Tints of Contessa #CC7669

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.63%

 BLUE value IS 105 (41.41% from 255) = 24.59%

R = 47.78%
G = 27.63%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC7669 (or 0xCC7669) is known color: Contessa. HEX triplet: CC, 76 and 69. RGB value is (204,118,105). Sum of RGB (Red+Green+Blue) = 204+118+105=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7669 is #338996. Grayscale: #8E8E8E. Windows color (decimal): -3377559 or 6911692. OLE color: 6911692.

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

Color convert

RGB 204 118 105 -
CMYK 0 0.42 0.49 0.2
HSL 7.88º 0.49% 0.61% -
HSV(B) 7.88º 0.49% 0.8% -
XYZ 33.93 26.81 16.75 -
YUV 142.23 106.99 172.06 -
System Red Green Blue C M Y K H S L
Decimal 204 118 105 0 0.42 0.49 0.2 7.88 0.49 0.61
Hex CC 76 69 0 2A 31 14 8 31 3D
Octal 314 166 151 0 52 61 24 10 61 75
Binary 11001100 1110110 1101001 0 101010 110001 10100 1000 110001 111101

Color Harmonies of #CC7669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7669

Black with #CC7669

Text Example


Text Example

White with #CC7669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7669; }

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

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

background-color css

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

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

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

border-color css

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

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

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