Html Css Color HEX #C96270 Cabaret

📋 copy color: '#C96270'

red 201 ◦ green 98 ◦ blue 112

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

Shades of Cabaret #C96270

Tints of Cabaret #C96270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.84%

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

R = 48.91%
G = 23.84%
B = 27.25%

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

#C96270 (or 0xC96270) is known color: Cabaret. HEX triplet: C9, 62 and 70. RGB value is (201,98,112). Sum of RGB (Red+Green+Blue) = 201+98+112=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C96270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96270 is #369D8F. Grayscale: #828282. Windows color (decimal): -3579280 or 7365321. OLE color: 7365321.

HSL color Cylindrical-coordinate representation of color #C96270: hue angle of 351.84º 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 #C96270 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 98 112 -
CMYK 0 0.51 0.44 0.21
HSL 351.84º 0.49% 0.59% -
HSV(B) 351.84º 0.51% 0.79% -
XYZ 31.38 22.32 17.98 -
YUV 130.39 117.62 178.36 -
System Red Green Blue C M Y K H S L
Decimal 201 98 112 0 0.51 0.44 0.21 351.84 0.49 0.59
Hex C9 62 70 0 33 2C 15 160 31 3B
Octal 311 142 160 0 63 54 25 540 61 73
Binary 11001001 1100010 1110000 0 110011 101100 10101 101100000 110001 111011

Color Harmonies of #C96270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96270

Black with #C96270

Text Example


Text Example

White with #C96270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96270; }

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

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

background-color css

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

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

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

border-color css

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

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

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