Html Css Color HEX #CC7265 Contessa

📋 copy color: '#CC7265'

red 204 ◦ green 114 ◦ blue 101

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

Shades of Contessa #CC7265

Tints of Contessa #CC7265

RGB

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

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

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

R = 48.69%
G = 27.21%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC7265 (or 0xCC7265) is known color: Contessa. HEX triplet: CC, 72 and 65. RGB value is (204,114,101). Sum of RGB (Red+Green+Blue) = 204+114+101=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7265 is #338D9A. Grayscale: #8B8B8B. Windows color (decimal): -3378587 or 6648524. OLE color: 6648524.

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

Color convert

RGB 204 114 101 -
CMYK 0 0.44 0.50 0.2
HSL 7.57º 0.5% 0.6% -
HSV(B) 7.57º 0.5% 0.8% -
XYZ 33.27 25.81 15.54 -
YUV 139.43 106.32 174.06 -
System Red Green Blue C M Y K H S L
Decimal 204 114 101 0 0.44 0.50 0.2 7.57 0.5 0.6
Hex CC 72 65 0 2C 32 14 8 32 3C
Octal 314 162 145 0 54 62 24 10 62 74
Binary 11001100 1110010 1100101 0 101100 110010 10100 1000 110010 111100

Color Harmonies of #CC7265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7265

Black with #CC7265

Text Example


Text Example

White with #CC7265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7265; }

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

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

background-color css

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

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

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

border-color css

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

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

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