Html Css Color HEX #CB4B77 Cabaret

📋 copy color: '#CB4B77'

red 203 ◦ green 75 ◦ blue 119

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

Shades of Cabaret #CB4B77

Tints of Cabaret #CB4B77

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.89%

 BLUE value IS 119 (46.88% from 255) = 29.97%

R = 51.13%
G = 18.89%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB4B77 (or 0xCB4B77) is known color: Cabaret. HEX triplet: CB, 4B and 77. RGB value is (203,75,119). Sum of RGB (Red+Green+Blue) = 203+75+119=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4B77 is #34B488. Grayscale: #767676. Windows color (decimal): -3454089 or 7818187. OLE color: 7818187.

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

Color convert

RGB 203 75 119 -
CMYK 0 0.63 0.41 0.20
HSL 339.38º 0.55% 0.55% -
HSV(B) 339.38º 0.63% 0.8% -
XYZ 30.47 19.06 19.53 -
YUV 118.29 128.41 188.42 -
System Red Green Blue C M Y K H S L
Decimal 203 75 119 0 0.63 0.41 0.20 339.38 0.55 0.55
Hex CB 4B 77 0 3F 29 14 153 37 37
Octal 313 113 167 0 77 51 24 523 67 67
Binary 11001011 1001011 1110111 0 111111 101001 10100 101010011 110111 110111

Color Harmonies of #CB4B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4B77

Black with #CB4B77

Text Example


Text Example

White with #CB4B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4B77; }

 p { color: rgb(203,75,119); }

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

background-color css

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

 a { background-color: rgb(203,75,119); }

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

border-color css

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

 span { border-color: rgb(203,75,119); }

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