Html Css Color HEX #C0736B Contessa

📋 copy color: '#C0736B'

red 192 ◦ green 115 ◦ blue 107

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

Shades of Contessa #C0736B

Tints of Contessa #C0736B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.78%

 BLUE value IS 107 (42.19% from 255) = 25.85%

R = 46.38%
G = 27.78%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0736B (or 0xC0736B) is known color: Contessa. HEX triplet: C0, 73 and 6B. RGB value is (192,115,107). Sum of RGB (Red+Green+Blue) = 192+115+107=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0736B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0736B is #3F8C94. Grayscale: #898989. Windows color (decimal): -4164757 or 7041984. OLE color: 7041984.

HSL color Cylindrical-coordinate representation of color #C0736B: hue angle of 5.65º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0736B is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 115 107 -
CMYK 0 0.40 0.44 0.25
HSL 5.65º 0.4% 0.59% -
HSV(B) 5.65º 0.44% 0.75% -
XYZ 30.52 24.53 17.04 -
YUV 137.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 192 115 107 0 0.40 0.44 0.25 5.65 0.4 0.59
Hex C0 73 6B 0 28 2C 19 6 28 3B
Octal 300 163 153 0 50 54 31 6 50 73
Binary 11000000 1110011 1101011 0 101000 101100 11001 110 101000 111011

Color Harmonies of #C0736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0736B

Black with #C0736B

Text Example


Text Example

White with #C0736B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0736B; }

 p { color: rgb(192,115,107); }

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

background-color css

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

 a { background-color: rgb(192,115,107); }

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

border-color css

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

 span { border-color: rgb(192,115,107); }

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