Html Css Color HEX #CC7B6E Contessa

📋 copy color: '#CC7B6E'

red 204 ◦ green 123 ◦ blue 110

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

Shades of Contessa #CC7B6E

Tints of Contessa #CC7B6E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.15%

 BLUE value IS 110 (43.36% from 255) = 25.17%

R = 46.68%
G = 28.15%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC7B6E (or 0xCC7B6E) is known color: Contessa. HEX triplet: CC, 7B and 6E. RGB value is (204,123,110). Sum of RGB (Red+Green+Blue) = 204+123+110=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B6E is #338491. Grayscale: #919191. Windows color (decimal): -3376274 or 7240652. OLE color: 7240652.

HSL color Cylindrical-coordinate representation of color #CC7B6E: hue angle of 8.3º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC7B6E is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 123 110 -
CMYK 0 0.40 0.46 0.2
HSL 8.3º 0.48% 0.62% -
HSV(B) 8.3º 0.46% 0.8% -
XYZ 34.8 28.13 18.35 -
YUV 145.74 107.84 169.56 -
System Red Green Blue C M Y K H S L
Decimal 204 123 110 0 0.40 0.46 0.2 8.3 0.48 0.62
Hex CC 7B 6E 0 28 2E 14 8 30 3E
Octal 314 173 156 0 50 56 24 10 60 76
Binary 11001100 1111011 1101110 0 101000 101110 10100 1000 110000 111110

Color Harmonies of #CC7B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B6E

Black with #CC7B6E

Text Example


Text Example

White with #CC7B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B6E; }

 p { color: rgb(204,123,110); }

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

background-color css

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

 a { background-color: rgb(204,123,110); }

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

border-color css

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

 span { border-color: rgb(204,123,110); }

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