Html Css Color HEX #CB5065 Cabaret

📋 copy color: '#CB5065'

red 203 ◦ green 80 ◦ blue 101

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

Shades of Cabaret #CB5065

Tints of Cabaret #CB5065

RGB

 RED value IS 203 (79.69% from 255) = 52.86%

 GREEN value IS 80 (31.64% from 255) = 20.83%

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

R = 52.86%
G = 20.83%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB5065 (or 0xCB5065) is known color: Cabaret. HEX triplet: CB, 50 and 65. RGB value is (203,80,101). Sum of RGB (Red+Green+Blue) = 203+80+101=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5065 is #34AF9A. Grayscale: #777777. Windows color (decimal): -3452827 or 6639819. OLE color: 6639819.

HSL color Cylindrical-coordinate representation of color #CB5065: hue angle of 349.76º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5065 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 80 101 -
CMYK 0 0.61 0.50 0.20
HSL 349.76º 0.54% 0.55% -
HSV(B) 349.76º 0.61% 0.8% -
XYZ 29.85 19.37 14.48 -
YUV 119.17 117.75 187.79 -
System Red Green Blue C M Y K H S L
Decimal 203 80 101 0 0.61 0.50 0.20 349.76 0.54 0.55
Hex CB 50 65 0 3D 32 14 15E 36 37
Octal 313 120 145 0 75 62 24 536 66 67
Binary 11001011 1010000 1100101 0 111101 110010 10100 101011110 110110 110111

Color Harmonies of #CB5065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5065

Black with #CB5065

Text Example


Text Example

White with #CB5065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5065; }

 p { color: rgb(203,80,101); }

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

background-color css

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

 a { background-color: rgb(203,80,101); }

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

border-color css

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

 span { border-color: rgb(203,80,101); }

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