Html Css Color HEX #CB576D Cabaret

📋 copy color: '#CB576D'

red 203 ◦ green 87 ◦ blue 109

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

Shades of Cabaret #CB576D

Tints of Cabaret #CB576D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.32%

R = 50.88%
G = 21.8%
B = 27.32%

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

#CB576D (or 0xCB576D) is known color: Cabaret. HEX triplet: CB, 57 and 6D. RGB value is (203,87,109). Sum of RGB (Red+Green+Blue) = 203+87+109=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB576D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB576D is #34A892. Grayscale: #7C7C7C. Windows color (decimal): -3451027 or 7165899. OLE color: 7165899.

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

Color convert

RGB 203 87 109 -
CMYK 0 0.57 0.46 0.20
HSL 348.62º 0.53% 0.57% -
HSV(B) 348.62º 0.57% 0.8% -
XYZ 30.8 20.62 16.82 -
YUV 124.19 119.43 184.21 -
System Red Green Blue C M Y K H S L
Decimal 203 87 109 0 0.57 0.46 0.20 348.62 0.53 0.57
Hex CB 57 6D 0 39 2E 14 15D 35 39
Octal 313 127 155 0 71 56 24 535 65 71
Binary 11001011 1010111 1101101 0 111001 101110 10100 101011101 110101 111001

Color Harmonies of #CB576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB576D

Black with #CB576D

Text Example


Text Example

White with #CB576D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB576D; }

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

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

background-color css

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

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

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

border-color css

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

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

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