Html Css Color HEX #C95F69 Cabaret

📋 copy color: '#C95F69'

red 201 ◦ green 95 ◦ blue 105

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

Shades of Cabaret #C95F69

Tints of Cabaret #C95F69

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.69%

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

R = 50.12%
G = 23.69%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C95F69 (or 0xC95F69) is known color: Cabaret. HEX triplet: C9, 5F and 69. RGB value is (201,95,105). Sum of RGB (Red+Green+Blue) = 201+95+105=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95F69 is #36A096. Grayscale: #7F7F7F. Windows color (decimal): -3580055 or 6905801. OLE color: 6905801.

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

Color convert

RGB 201 95 105 -
CMYK 0 0.53 0.48 0.21
HSL 354.34º 0.5% 0.58% -
HSV(B) 354.34º 0.53% 0.79% -
XYZ 30.73 21.62 15.92 -
YUV 127.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 201 95 105 0 0.53 0.48 0.21 354.34 0.5 0.58
Hex C9 5F 69 0 35 30 15 162 32 3A
Octal 311 137 151 0 65 60 25 542 62 72
Binary 11001001 1011111 1101001 0 110101 110000 10101 101100010 110010 111010

Color Harmonies of #C95F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95F69

Black with #C95F69

Text Example


Text Example

White with #C95F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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