Html Css Color HEX #C95769 Cabaret

📋 copy color: '#C95769'

red 201 ◦ green 87 ◦ blue 105

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

Shades of Cabaret #C95769

Tints of Cabaret #C95769

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.14%

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

R = 51.15%
G = 22.14%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C95769 (or 0xC95769) is known color: Cabaret. HEX triplet: C9, 57 and 69. RGB value is (201,87,105). Sum of RGB (Red+Green+Blue) = 201+87+105=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C95769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95769 is #36A896. Grayscale: #7B7B7B. Windows color (decimal): -3582103 or 6903753. OLE color: 6903753.

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

Color convert

RGB 201 87 105 -
CMYK 0 0.57 0.48 0.21
HSL 350.53º 0.51% 0.56% -
HSV(B) 350.53º 0.57% 0.79% -
XYZ 30.05 20.25 15.69 -
YUV 123.14 117.77 183.54 -
System Red Green Blue C M Y K H S L
Decimal 201 87 105 0 0.57 0.48 0.21 350.53 0.51 0.56
Hex C9 57 69 0 39 30 15 15F 33 38
Octal 311 127 151 0 71 60 25 537 63 70
Binary 11001001 1010111 1101001 0 111001 110000 10101 101011111 110011 111000

Color Harmonies of #C95769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95769

Black with #C95769

Text Example


Text Example

White with #C95769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95769; }

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

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

background-color css

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

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

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

border-color css

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

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

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