Html Css Color HEX #C95265 Cabaret

📋 copy color: '#C95265'

red 201 ◦ green 82 ◦ blue 101

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

Shades of Cabaret #C95265

Tints of Cabaret #C95265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.35%

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

R = 52.34%
G = 21.35%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C95265 (or 0xC95265) is known color: Cabaret. HEX triplet: C9, 52 and 65. RGB value is (201,82,101). Sum of RGB (Red+Green+Blue) = 201+82+101=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C95265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95265 is #36AD9A. Grayscale: #777777. Windows color (decimal): -3583387 or 6640329. OLE color: 6640329.

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

Color convert

RGB 201 82 101 -
CMYK 0 0.59 0.50 0.21
HSL 350.42º 0.52% 0.55% -
HSV(B) 350.42º 0.59% 0.79% -
XYZ 29.45 19.39 14.5 -
YUV 119.75 117.42 185.96 -
System Red Green Blue C M Y K H S L
Decimal 201 82 101 0 0.59 0.50 0.21 350.42 0.52 0.55
Hex C9 52 65 0 3B 32 15 15E 34 37
Octal 311 122 145 0 73 62 25 536 64 67
Binary 11001001 1010010 1100101 0 111011 110010 10101 101011110 110100 110111

Color Harmonies of #C95265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95265

Black with #C95265

Text Example


Text Example

White with #C95265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95265; }

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

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

background-color css

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

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

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

border-color css

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

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

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