Html Css Color HEX #CC706F Contessa

📋 copy color: '#CC706F'

red 204 ◦ green 112 ◦ blue 111

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

Shades of Contessa #CC706F

Tints of Contessa #CC706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.23%

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

R = 47.78%
G = 26.23%
B = 26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC706F (or 0xCC706F) is known color: Contessa. HEX triplet: CC, 70 and 6F. RGB value is (204,112,111). Sum of RGB (Red+Green+Blue) = 204+112+111=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC706F is #338F90. Grayscale: #8B8B8B. Windows color (decimal): -3379089 or 7303372. OLE color: 7303372.

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

Color convert

RGB 204 112 111 -
CMYK 0 0.45 0.46 0.2
HSL 0.65º 0.48% 0.62% -
HSV(B) 0.65º 0.46% 0.8% -
XYZ 33.57 25.57 18.21 -
YUV 139.39 111.98 174.08 -
System Red Green Blue C M Y K H S L
Decimal 204 112 111 0 0.45 0.46 0.2 0.65 0.48 0.62
Hex CC 70 6F 0 2D 2E 14 1 30 3E
Octal 314 160 157 0 55 56 24 1 60 76
Binary 11001100 1110000 1101111 0 101101 101110 10100 1 110000 111110

Color Harmonies of #CC706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC706F

Black with #CC706F

Text Example


Text Example

White with #CC706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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