Html Css Color HEX #C95467 Cabaret

📋 copy color: '#C95467'

red 201 ◦ green 84 ◦ blue 103

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

Shades of Cabaret #C95467

Tints of Cabaret #C95467

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.65%

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

R = 51.8%
G = 21.65%
B = 26.55%

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

#C95467 (or 0xC95467) is known color: Cabaret. HEX triplet: C9, 54 and 67. RGB value is (201,84,103). Sum of RGB (Red+Green+Blue) = 201+84+103=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C95467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95467 is #36AB98. Grayscale: #797979. Windows color (decimal): -3582873 or 6771913. OLE color: 6771913.

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

Color convert

RGB 201 84 103 -
CMYK 0 0.58 0.49 0.21
HSL 350.26º 0.52% 0.56% -
HSV(B) 350.26º 0.58% 0.79% -
XYZ 29.71 19.74 15.08 -
YUV 121.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 201 84 103 0 0.58 0.49 0.21 350.26 0.52 0.56
Hex C9 54 67 0 3A 31 15 15E 34 38
Octal 311 124 147 0 72 61 25 536 64 70
Binary 11001001 1010100 1100111 0 111010 110001 10101 101011110 110100 111000

Color Harmonies of #C95467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95467

Black with #C95467

Text Example


Text Example

White with #C95467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95467; }

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

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

background-color css

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

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

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

border-color css

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

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

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