Html Css Color HEX #CC706B Contessa

📋 copy color: '#CC706B'

red 204 ◦ green 112 ◦ blue 107

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

Shades of Contessa #CC706B

Tints of Contessa #CC706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.3%

R = 48.23%
G = 26.48%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC706B (or 0xCC706B) is known color: Contessa. HEX triplet: CC, 70 and 6B. RGB value is (204,112,107). Sum of RGB (Red+Green+Blue) = 204+112+107=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC706B is #338F94. Grayscale: #8B8B8B. Windows color (decimal): -3379093 or 7041228. OLE color: 7041228.

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

Color convert

RGB 204 112 107 -
CMYK 0 0.45 0.48 0.2
HSL 3.09º 0.49% 0.61% -
HSV(B) 3.09º 0.48% 0.8% -
XYZ 33.35 25.49 17.07 -
YUV 138.94 109.98 174.41 -
System Red Green Blue C M Y K H S L
Decimal 204 112 107 0 0.45 0.48 0.2 3.09 0.49 0.61
Hex CC 70 6B 0 2D 30 14 3 31 3D
Octal 314 160 153 0 55 60 24 3 61 75
Binary 11001100 1110000 1101011 0 101101 110000 10100 11 110001 111101

Color Harmonies of #CC706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC706B

Black with #CC706B

Text Example


Text Example

White with #CC706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC706B; }

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

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

background-color css

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

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

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

border-color css

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

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

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