Html Css Color HEX #CB5672 Cabaret

📋 copy color: '#CB5672'

red 203 ◦ green 86 ◦ blue 114

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

Shades of Cabaret #CB5672

Tints of Cabaret #CB5672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.34%

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

R = 50.37%
G = 21.34%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB5672 (or 0xCB5672) is known color: Cabaret. HEX triplet: CB, 56 and 72. RGB value is (203,86,114). Sum of RGB (Red+Green+Blue) = 203+86+114=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5672 is #34A98D. Grayscale: #7C7C7C. Windows color (decimal): -3451278 or 7493323. OLE color: 7493323.

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

Color convert

RGB 203 86 114 -
CMYK 0 0.58 0.44 0.20
HSL 345.64º 0.53% 0.57% -
HSV(B) 345.64º 0.58% 0.8% -
XYZ 30.99 20.57 18.26 -
YUV 124.18 122.26 184.22 -
System Red Green Blue C M Y K H S L
Decimal 203 86 114 0 0.58 0.44 0.20 345.64 0.53 0.57
Hex CB 56 72 0 3A 2C 14 15A 35 39
Octal 313 126 162 0 72 54 24 532 65 71
Binary 11001011 1010110 1110010 0 111010 101100 10100 101011010 110101 111001

Color Harmonies of #CB5672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5672

Black with #CB5672

Text Example


Text Example

White with #CB5672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5672; }

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

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

background-color css

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

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

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

border-color css

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

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

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