Html Css Color HEX #CB5B72 Cabaret

📋 copy color: '#CB5B72'

red 203 ◦ green 91 ◦ blue 114

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

Shades of Cabaret #CB5B72

Tints of Cabaret #CB5B72

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.3%

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

R = 49.75%
G = 22.3%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB5B72 (or 0xCB5B72) is known color: Cabaret. HEX triplet: CB, 5B and 72. RGB value is (203,91,114). Sum of RGB (Red+Green+Blue) = 203+91+114=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5B72 is #34A48D. Grayscale: #7F7F7F. Windows color (decimal): -3449998 or 7494603. OLE color: 7494603.

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

Color convert

RGB 203 91 114 -
CMYK 0 0.55 0.44 0.20
HSL 347.68º 0.52% 0.58% -
HSV(B) 347.68º 0.55% 0.8% -
XYZ 31.41 21.39 18.39 -
YUV 127.11 120.61 182.13 -
System Red Green Blue C M Y K H S L
Decimal 203 91 114 0 0.55 0.44 0.20 347.68 0.52 0.58
Hex CB 5B 72 0 37 2C 14 15C 34 3A
Octal 313 133 162 0 67 54 24 534 64 72
Binary 11001011 1011011 1110010 0 110111 101100 10100 101011100 110100 111010

Color Harmonies of #CB5B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5B72

Black with #CB5B72

Text Example


Text Example

White with #CB5B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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