Html Css Color HEX #CB5772 Cabaret

📋 copy color: '#CB5772'

red 203 ◦ green 87 ◦ blue 114

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

Shades of Cabaret #CB5772

Tints of Cabaret #CB5772

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.53%

 BLUE value IS 114 (44.92% from 255) = 28.22%

R = 50.25%
G = 21.53%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB5772 (or 0xCB5772) is known color: Cabaret. HEX triplet: CB, 57 and 72. RGB value is (203,87,114). Sum of RGB (Red+Green+Blue) = 203+87+114=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5772 is #34A88D. Grayscale: #7C7C7C. Windows color (decimal): -3451022 or 7493579. OLE color: 7493579.

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

Color convert

RGB 203 87 114 -
CMYK 0 0.57 0.44 0.20
HSL 346.03º 0.53% 0.57% -
HSV(B) 346.03º 0.57% 0.8% -
XYZ 31.07 20.73 18.28 -
YUV 124.76 121.93 183.8 -
System Red Green Blue C M Y K H S L
Decimal 203 87 114 0 0.57 0.44 0.20 346.03 0.53 0.57
Hex CB 57 72 0 39 2C 14 15A 35 39
Octal 313 127 162 0 71 54 24 532 65 71
Binary 11001011 1010111 1110010 0 111001 101100 10100 101011010 110101 111001

Color Harmonies of #CB5772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5772

Black with #CB5772

Text Example


Text Example

White with #CB5772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5772; }

 p { color: rgb(203,87,114); }

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

background-color css

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

 a { background-color: rgb(203,87,114); }

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

border-color css

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

 span { border-color: rgb(203,87,114); }

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