Html Css Color HEX #CB5364 Cabaret

📋 copy color: '#CB5364'

red 203 ◦ green 83 ◦ blue 100

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

Shades of Cabaret #CB5364

Tints of Cabaret #CB5364

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.5%

 BLUE value IS 100 (39.45% from 255) = 25.91%

R = 52.59%
G = 21.5%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB5364 (or 0xCB5364) is known color: Cabaret. HEX triplet: CB, 53 and 64. RGB value is (203,83,100). Sum of RGB (Red+Green+Blue) = 203+83+100=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5364 is #34AC9B. Grayscale: #787878. Windows color (decimal): -3452060 or 6575051. OLE color: 6575051.

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

Color convert

RGB 203 83 100 -
CMYK 0 0.59 0.51 0.20
HSL 351.5º 0.54% 0.56% -
HSV(B) 351.5º 0.59% 0.8% -
XYZ 30.02 19.8 14.3 -
YUV 120.82 116.26 186.62 -
System Red Green Blue C M Y K H S L
Decimal 203 83 100 0 0.59 0.51 0.20 351.5 0.54 0.56
Hex CB 53 64 0 3B 33 14 160 36 38
Octal 313 123 144 0 73 63 24 540 66 70
Binary 11001011 1010011 1100100 0 111011 110011 10100 101100000 110110 111000

Color Harmonies of #CB5364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5364

Black with #CB5364

Text Example


Text Example

White with #CB5364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5364; }

 p { color: rgb(203,83,100); }

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

background-color css

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

 a { background-color: rgb(203,83,100); }

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

border-color css

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

 span { border-color: rgb(203,83,100); }

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