Html Css Color HEX #C06F65 Contessa

📋 copy color: '#C06F65'

red 192 ◦ green 111 ◦ blue 101

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

Shades of Contessa #C06F65

Tints of Contessa #C06F65

RGB

 RED value IS 192 (75.39% from 255) = 47.52%

 GREEN value IS 111 (43.75% from 255) = 27.48%

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

R = 47.52%
G = 27.48%
B = 25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C06F65 (or 0xC06F65) is known color: Contessa. HEX triplet: C0, 6F and 65. RGB value is (192,111,101). Sum of RGB (Red+Green+Blue) = 192+111+101=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F65 is #3F909A. Grayscale: #868686. Windows color (decimal): -4165787 or 6647744. OLE color: 6647744.

HSL color Cylindrical-coordinate representation of color #C06F65: hue angle of 6.59º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06F65 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 111 101 -
CMYK 0 0.42 0.47 0.25
HSL 6.59º 0.42% 0.57% -
HSV(B) 6.59º 0.47% 0.75% -
XYZ 29.77 23.51 15.28 -
YUV 134.08 109.34 169.31 -
System Red Green Blue C M Y K H S L
Decimal 192 111 101 0 0.42 0.47 0.25 6.59 0.42 0.57
Hex C0 6F 65 0 2A 2F 19 7 2A 39
Octal 300 157 145 0 52 57 31 7 52 71
Binary 11000000 1101111 1100101 0 101010 101111 11001 111 101010 111001

Color Harmonies of #C06F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06F65

Black with #C06F65

Text Example


Text Example

White with #C06F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06F65; }

 p { color: rgb(192,111,101); }

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

background-color css

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

 a { background-color: rgb(192,111,101); }

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

border-color css

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

 span { border-color: rgb(192,111,101); }

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