Html Css Color HEX #C06962 Contessa

📋 copy color: '#C06962'

red 192 ◦ green 105 ◦ blue 98

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

Shades of Contessa #C06962

Tints of Contessa #C06962

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.58%

 BLUE value IS 98 (38.67% from 255) = 24.81%

R = 48.61%
G = 26.58%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C06962 (or 0xC06962) is known color: Contessa. HEX triplet: C0, 69 and 62. RGB value is (192,105,98). Sum of RGB (Red+Green+Blue) = 192+105+98=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C06962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06962 is #3F969D. Grayscale: #828282. Windows color (decimal): -4167326 or 6449600. OLE color: 6449600.

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

Color convert

RGB 192 105 98 -
CMYK 0 0.45 0.49 0.25
HSL 4.47º 0.43% 0.57% -
HSV(B) 4.47º 0.49% 0.75% -
XYZ 28.99 22.19 14.31 -
YUV 130.22 109.82 172.07 -
System Red Green Blue C M Y K H S L
Decimal 192 105 98 0 0.45 0.49 0.25 4.47 0.43 0.57
Hex C0 69 62 0 2D 31 19 4 2B 39
Octal 300 151 142 0 55 61 31 4 53 71
Binary 11000000 1101001 1100010 0 101101 110001 11001 100 101011 111001

Color Harmonies of #C06962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06962

Black with #C06962

Text Example


Text Example

White with #C06962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06962; }

 p { color: rgb(192,105,98); }

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

background-color css

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

 a { background-color: rgb(192,105,98); }

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

border-color css

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

 span { border-color: rgb(192,105,98); }

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