Html Css Color HEX #C06963 Contessa

📋 copy color: '#C06963'

red 192 ◦ green 105 ◦ blue 99

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

Shades of Contessa #C06963

Tints of Contessa #C06963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25%

R = 48.48%
G = 26.52%
B = 25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C06963 (or 0xC06963) is known color: Contessa. HEX triplet: C0, 69 and 63. RGB value is (192,105,99). Sum of RGB (Red+Green+Blue) = 192+105+99=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C06963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06963 is #3F969C. Grayscale: #828282. Windows color (decimal): -4167325 or 6515136. OLE color: 6515136.

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

Color convert

RGB 192 105 99 -
CMYK 0 0.45 0.48 0.25
HSL 3.87º 0.42% 0.57% -
HSV(B) 3.87º 0.48% 0.75% -
XYZ 29.04 22.21 14.56 -
YUV 130.33 110.32 171.99 -
System Red Green Blue C M Y K H S L
Decimal 192 105 99 0 0.45 0.48 0.25 3.87 0.42 0.57
Hex C0 69 63 0 2D 30 19 4 2A 39
Octal 300 151 143 0 55 60 31 4 52 71
Binary 11000000 1101001 1100011 0 101101 110000 11001 100 101010 111001

Color Harmonies of #C06963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06963

Black with #C06963

Text Example


Text Example

White with #C06963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06963; }

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

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

background-color css

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

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

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

border-color css

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

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

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