Html Css Color HEX #C95465 Cabaret

📋 copy color: '#C95465'

red 201 ◦ green 84 ◦ blue 101

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

Shades of Cabaret #C95465

Tints of Cabaret #C95465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.17%

R = 52.07%
G = 21.76%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C95465 (or 0xC95465) is known color: Cabaret. HEX triplet: C9, 54 and 65. RGB value is (201,84,101). Sum of RGB (Red+Green+Blue) = 201+84+101=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C95465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95465 is #36AB9A. Grayscale: #787878. Windows color (decimal): -3582875 or 6640841. OLE color: 6640841.

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

Color convert

RGB 201 84 101 -
CMYK 0 0.58 0.50 0.21
HSL 351.28º 0.52% 0.56% -
HSV(B) 351.28º 0.58% 0.79% -
XYZ 29.61 19.7 14.55 -
YUV 120.92 116.76 185.12 -
System Red Green Blue C M Y K H S L
Decimal 201 84 101 0 0.58 0.50 0.21 351.28 0.52 0.56
Hex C9 54 65 0 3A 32 15 15F 34 38
Octal 311 124 145 0 72 62 25 537 64 70
Binary 11001001 1010100 1100101 0 111010 110010 10101 101011111 110100 111000

Color Harmonies of #C95465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95465

Black with #C95465

Text Example


Text Example

White with #C95465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95465; }

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

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

background-color css

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

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

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

border-color css

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

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

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