Html Css Color HEX #C95567 Cabaret

📋 copy color: '#C95567'

red 201 ◦ green 85 ◦ blue 103

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

Shades of Cabaret #C95567

Tints of Cabaret #C95567

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.85%

 BLUE value IS 103 (40.63% from 255) = 26.48%

R = 51.67%
G = 21.85%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C95567 (or 0xC95567) is known color: Cabaret. HEX triplet: C9, 55 and 67. RGB value is (201,85,103). Sum of RGB (Red+Green+Blue) = 201+85+103=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C95567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95567 is #36AA98. Grayscale: #797979. Windows color (decimal): -3582617 or 6772169. OLE color: 6772169.

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

Color convert

RGB 201 85 103 -
CMYK 0 0.58 0.49 0.21
HSL 350.69º 0.52% 0.56% -
HSV(B) 350.69º 0.58% 0.79% -
XYZ 29.78 19.89 15.1 -
YUV 121.74 117.43 184.54 -
System Red Green Blue C M Y K H S L
Decimal 201 85 103 0 0.58 0.49 0.21 350.69 0.52 0.56
Hex C9 55 67 0 3A 31 15 15F 34 38
Octal 311 125 147 0 72 61 25 537 64 70
Binary 11001001 1010101 1100111 0 111010 110001 10101 101011111 110100 111000

Color Harmonies of #C95567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95567

Black with #C95567

Text Example


Text Example

White with #C95567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95567; }

 p { color: rgb(201,85,103); }

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

background-color css

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

 a { background-color: rgb(201,85,103); }

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

border-color css

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

 span { border-color: rgb(201,85,103); }

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