Html Css Color HEX #C96275 Cabaret

📋 copy color: '#C96275'

red 201 ◦ green 98 ◦ blue 117

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

Shades of Cabaret #C96275

Tints of Cabaret #C96275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.13%

R = 48.32%
G = 23.56%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C96275 (or 0xC96275) is known color: Cabaret. HEX triplet: C9, 62 and 75. RGB value is (201,98,117). Sum of RGB (Red+Green+Blue) = 201+98+117=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C96275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96275 is #369D8A. Grayscale: #828282. Windows color (decimal): -3579275 or 7693001. OLE color: 7693001.

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

Color convert

RGB 201 98 117 -
CMYK 0 0.51 0.42 0.21
HSL 348.93º 0.49% 0.59% -
HSV(B) 348.93º 0.51% 0.79% -
XYZ 31.67 22.44 19.49 -
YUV 130.96 120.12 177.96 -
System Red Green Blue C M Y K H S L
Decimal 201 98 117 0 0.51 0.42 0.21 348.93 0.49 0.59
Hex C9 62 75 0 33 2A 15 15D 31 3B
Octal 311 142 165 0 63 52 25 535 61 73
Binary 11001001 1100010 1110101 0 110011 101010 10101 101011101 110001 111011

Color Harmonies of #C96275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96275

Black with #C96275

Text Example


Text Example

White with #C96275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96275; }

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

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

background-color css

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

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

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

border-color css

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

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

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