Html Css Color HEX #C96370 Cabaret

📋 copy color: '#C96370'

red 201 ◦ green 99 ◦ blue 112

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

Shades of Cabaret #C96370

Tints of Cabaret #C96370

RGB

 RED value IS 201 (78.91% from 255) = 48.79%

 GREEN value IS 99 (39.06% from 255) = 24.03%

 BLUE value IS 112 (44.14% from 255) = 27.18%

R = 48.79%
G = 24.03%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C96370 (or 0xC96370) is known color: Cabaret. HEX triplet: C9, 63 and 70. RGB value is (201,99,112). Sum of RGB (Red+Green+Blue) = 201+99+112=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C96370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96370 is #369C8F. Grayscale: #838383. Windows color (decimal): -3579024 or 7365577. OLE color: 7365577.

HSL color Cylindrical-coordinate representation of color #C96370: hue angle of 352.35º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96370 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 99 112 -
CMYK 0 0.51 0.44 0.21
HSL 352.35º 0.49% 0.59% -
HSV(B) 352.35º 0.51% 0.79% -
XYZ 31.47 22.51 18.02 -
YUV 130.98 117.29 177.94 -
System Red Green Blue C M Y K H S L
Decimal 201 99 112 0 0.51 0.44 0.21 352.35 0.49 0.59
Hex C9 63 70 0 33 2C 15 160 31 3B
Octal 311 143 160 0 63 54 25 540 61 73
Binary 11001001 1100011 1110000 0 110011 101100 10101 101100000 110001 111011

Color Harmonies of #C96370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96370

Black with #C96370

Text Example


Text Example

White with #C96370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96370; }

 p { color: rgb(201,99,112); }

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

background-color css

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

 a { background-color: rgb(201,99,112); }

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

border-color css

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

 span { border-color: rgb(201,99,112); }

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