Html Css Color HEX #CC7270 Contessa

📋 copy color: '#CC7270'

red 204 ◦ green 114 ◦ blue 112

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

Shades of Contessa #CC7270

Tints of Contessa #CC7270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.51%

 BLUE value IS 112 (44.14% from 255) = 26.05%

R = 47.44%
G = 26.51%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC7270 (or 0xCC7270) is known color: Contessa. HEX triplet: CC, 72 and 70. RGB value is (204,114,112). Sum of RGB (Red+Green+Blue) = 204+114+112=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7270 is #338D8F. Grayscale: #8C8C8C. Windows color (decimal): -3378576 or 7369420. OLE color: 7369420.

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

Color convert

RGB 204 114 112 -
CMYK 0 0.44 0.45 0.2
HSL 1.3º 0.47% 0.62% -
HSV(B) 1.3º 0.45% 0.8% -
XYZ 33.84 26.04 18.57 -
YUV 140.68 111.82 173.16 -
System Red Green Blue C M Y K H S L
Decimal 204 114 112 0 0.44 0.45 0.2 1.3 0.47 0.62
Hex CC 72 70 0 2C 2D 14 1 2F 3E
Octal 314 162 160 0 54 55 24 1 57 76
Binary 11001100 1110010 1110000 0 101100 101101 10100 1 101111 111110

Color Harmonies of #CC7270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7270

Black with #CC7270

Text Example


Text Example

White with #CC7270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7270; }

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

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

background-color css

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

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

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

border-color css

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

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

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