Html Css Color HEX #C96169 Cabaret

📋 copy color: '#C96169'

red 201 ◦ green 97 ◦ blue 105

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

Shades of Cabaret #C96169

Tints of Cabaret #C96169

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.07%

 BLUE value IS 105 (41.41% from 255) = 26.05%

R = 49.88%
G = 24.07%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C96169 (or 0xC96169) is known color: Cabaret. HEX triplet: C9, 61 and 69. RGB value is (201,97,105). Sum of RGB (Red+Green+Blue) = 201+97+105=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C96169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96169 is #369E96. Grayscale: #818181. Windows color (decimal): -3579543 or 6906313. OLE color: 6906313.

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

Color convert

RGB 201 97 105 -
CMYK 0 0.52 0.48 0.21
HSL 355.38º 0.49% 0.58% -
HSV(B) 355.38º 0.52% 0.79% -
XYZ 30.91 21.99 15.98 -
YUV 129.01 114.46 179.35 -
System Red Green Blue C M Y K H S L
Decimal 201 97 105 0 0.52 0.48 0.21 355.38 0.49 0.58
Hex C9 61 69 0 34 30 15 163 31 3A
Octal 311 141 151 0 64 60 25 543 61 72
Binary 11001001 1100001 1101001 0 110100 110000 10101 101100011 110001 111010

Color Harmonies of #C96169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96169

Black with #C96169

Text Example


Text Example

White with #C96169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96169; }

 p { color: rgb(201,97,105); }

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

background-color css

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

 a { background-color: rgb(201,97,105); }

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

border-color css

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

 span { border-color: rgb(201,97,105); }

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