Html Css Color HEX #CB576E Cabaret

📋 copy color: '#CB576E'

red 203 ◦ green 87 ◦ blue 110

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

Shades of Cabaret #CB576E

Tints of Cabaret #CB576E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.5%

R = 50.75%
G = 21.75%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB576E (or 0xCB576E) is known color: Cabaret. HEX triplet: CB, 57 and 6E. RGB value is (203,87,110). Sum of RGB (Red+Green+Blue) = 203+87+110=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB576E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB576E is #34A891. Grayscale: #7C7C7C. Windows color (decimal): -3451026 or 7231435. OLE color: 7231435.

HSL color Cylindrical-coordinate representation of color #CB576E: hue angle of 348.1º 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 #CB576E is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 87 110 -
CMYK 0 0.57 0.46 0.20
HSL 348.1º 0.53% 0.57% -
HSV(B) 348.1º 0.57% 0.8% -
XYZ 30.85 20.64 17.11 -
YUV 124.31 119.93 184.13 -
System Red Green Blue C M Y K H S L
Decimal 203 87 110 0 0.57 0.46 0.20 348.1 0.53 0.57
Hex CB 57 6E 0 39 2E 14 15C 35 39
Octal 313 127 156 0 71 56 24 534 65 71
Binary 11001011 1010111 1101110 0 111001 101110 10100 101011100 110101 111001

Color Harmonies of #CB576E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB576E

Black with #CB576E

Text Example


Text Example

White with #CB576E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB576E; }

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

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

background-color css

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

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

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

border-color css

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

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

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