Html Css Color HEX #C06865 Contessa

📋 copy color: '#C06865'

red 192 ◦ green 104 ◦ blue 101

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

Shades of Contessa #C06865

Tints of Contessa #C06865

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.2%

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

R = 48.36%
G = 26.2%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C06865 (or 0xC06865) is known color: Contessa. HEX triplet: C0, 68 and 65. RGB value is (192,104,101). Sum of RGB (Red+Green+Blue) = 192+104+101=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C06865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06865 is #3F979A. Grayscale: #828282. Windows color (decimal): -4167579 or 6645952. OLE color: 6645952.

HSL color Cylindrical-coordinate representation of color #C06865: hue angle of 1.98º 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 #C06865 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 104 101 -
CMYK 0 0.46 0.47 0.25
HSL 1.98º 0.42% 0.57% -
HSV(B) 1.98º 0.47% 0.75% -
XYZ 29.04 22.05 15.04 -
YUV 129.97 111.65 172.24 -
System Red Green Blue C M Y K H S L
Decimal 192 104 101 0 0.46 0.47 0.25 1.98 0.42 0.57
Hex C0 68 65 0 2E 2F 19 2 2A 39
Octal 300 150 145 0 56 57 31 2 52 71
Binary 11000000 1101000 1100101 0 101110 101111 11001 10 101010 111001

Color Harmonies of #C06865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06865

Black with #C06865

Text Example


Text Example

White with #C06865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06865; }

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

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

background-color css

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

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

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

border-color css

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

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

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