Html Css Color HEX #CB4360 Cabaret

📋 copy color: '#CB4360'

red 203 ◦ green 67 ◦ blue 96

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

Shades of Cabaret #CB4360

Tints of Cabaret #CB4360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.31%

 BLUE value IS 96 (37.89% from 255) = 26.23%

R = 55.46%
G = 18.31%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB4360 (or 0xCB4360) is known color: Cabaret. HEX triplet: CB, 43 and 60. RGB value is (203,67,96). Sum of RGB (Red+Green+Blue) = 203+67+96=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4360 is #34BC9F. Grayscale: #6E6E6E. Windows color (decimal): -3456160 or 6308811. OLE color: 6308811.

HSL color Cylindrical-coordinate representation of color #CB4360: hue angle of 347.21º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4360 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 67 96 -
CMYK 0 0.67 0.53 0.20
HSL 347.21º 0.57% 0.53% -
HSV(B) 347.21º 0.67% 0.8% -
XYZ 28.75 17.56 12.94 -
YUV 110.97 119.56 193.64 -
System Red Green Blue C M Y K H S L
Decimal 203 67 96 0 0.67 0.53 0.20 347.21 0.57 0.53
Hex CB 43 60 0 43 35 14 15B 39 35
Octal 313 103 140 0 103 65 24 533 71 65
Binary 11001011 1000011 1100000 0 1000011 110101 10100 101011011 111001 110101

Color Harmonies of #CB4360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4360

Black with #CB4360

Text Example


Text Example

White with #CB4360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4360; }

 p { color: rgb(203,67,96); }

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

background-color css

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

 a { background-color: rgb(203,67,96); }

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

border-color css

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

 span { border-color: rgb(203,67,96); }

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