Html Css Color HEX #CC7B6F Contessa

📋 copy color: '#CC7B6F'

red 204 ◦ green 123 ◦ blue 111

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

Shades of Contessa #CC7B6F

Tints of Contessa #CC7B6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.34%

R = 46.58%
G = 28.08%
B = 25.34%

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

#CC7B6F (or 0xCC7B6F) is known color: Contessa. HEX triplet: CC, 7B and 6F. RGB value is (204,123,111). Sum of RGB (Red+Green+Blue) = 204+123+111=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B6F is #338490. Grayscale: #919191. Windows color (decimal): -3376273 or 7306188. OLE color: 7306188.

HSL color Cylindrical-coordinate representation of color #CC7B6F: hue angle of 7.74º 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 #CC7B6F is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 123 111 -
CMYK 0 0.40 0.46 0.2
HSL 7.74º 0.48% 0.62% -
HSV(B) 7.74º 0.46% 0.8% -
XYZ 34.85 28.15 18.64 -
YUV 145.85 108.34 169.48 -
System Red Green Blue C M Y K H S L
Decimal 204 123 111 0 0.40 0.46 0.2 7.74 0.48 0.62
Hex CC 7B 6F 0 28 2E 14 8 30 3E
Octal 314 173 157 0 50 56 24 10 60 76
Binary 11001100 1111011 1101111 0 101000 101110 10100 1000 110000 111110

Color Harmonies of #CC7B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B6F

Black with #CC7B6F

Text Example


Text Example

White with #CC7B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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