Html Css Color HEX #CC7165 Contessa

📋 copy color: '#CC7165'

red 204 ◦ green 113 ◦ blue 101

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

Shades of Contessa #CC7165

Tints of Contessa #CC7165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.03%

 BLUE value IS 101 (39.84% from 255) = 24.16%

R = 48.8%
G = 27.03%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC7165 (or 0xCC7165) is known color: Contessa. HEX triplet: CC, 71 and 65. RGB value is (204,113,101). Sum of RGB (Red+Green+Blue) = 204+113+101=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7165 is #338E9A. Grayscale: #8A8A8A. Windows color (decimal): -3378843 or 6648268. OLE color: 6648268.

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

Color convert

RGB 204 113 101 -
CMYK 0 0.45 0.50 0.2
HSL 6.99º 0.5% 0.6% -
HSV(B) 6.99º 0.5% 0.8% -
XYZ 33.16 25.59 15.5 -
YUV 138.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 204 113 101 0 0.45 0.50 0.2 6.99 0.5 0.6
Hex CC 71 65 0 2D 32 14 7 32 3C
Octal 314 161 145 0 55 62 24 7 62 74
Binary 11001100 1110001 1100101 0 101101 110010 10100 111 110010 111100

Color Harmonies of #CC7165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7165

Black with #CC7165

Text Example


Text Example

White with #CC7165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7165; }

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

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

background-color css

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

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

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

border-color css

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

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

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