Html Css Color HEX #CC7A71 Contessa

📋 copy color: '#CC7A71'

red 204 ◦ green 122 ◦ blue 113

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

Shades of Contessa #CC7A71

Tints of Contessa #CC7A71

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.79%

 BLUE value IS 113 (44.53% from 255) = 25.74%

R = 46.47%
G = 27.79%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC7A71 (or 0xCC7A71) is known color: Contessa. HEX triplet: CC, 7A and 71. RGB value is (204,122,113). Sum of RGB (Red+Green+Blue) = 204+122+113=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A71 is #33858E. Grayscale: #919191. Windows color (decimal): -3376527 or 7437004. OLE color: 7437004.

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

Color convert

RGB 204 122 113 -
CMYK 0 0.40 0.45 0.2
HSL 5.93º 0.47% 0.62% -
HSV(B) 5.93º 0.45% 0.8% -
XYZ 34.84 27.95 19.18 -
YUV 145.49 109.67 169.73 -
System Red Green Blue C M Y K H S L
Decimal 204 122 113 0 0.40 0.45 0.2 5.93 0.47 0.62
Hex CC 7A 71 0 28 2D 14 6 2F 3E
Octal 314 172 161 0 50 55 24 6 57 76
Binary 11001100 1111010 1110001 0 101000 101101 10100 110 101111 111110

Color Harmonies of #CC7A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7A71

Black with #CC7A71

Text Example


Text Example

White with #CC7A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7A71; }

 p { color: rgb(204,122,113); }

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

background-color css

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

 a { background-color: rgb(204,122,113); }

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

border-color css

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

 span { border-color: rgb(204,122,113); }

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