Html Css Color HEX #CB5774 Cabaret

📋 copy color: '#CB5774'

red 203 ◦ green 87 ◦ blue 116

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

Shades of Cabaret #CB5774

Tints of Cabaret #CB5774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.57%

R = 50%
G = 21.43%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB5774 (or 0xCB5774) is known color: Cabaret. HEX triplet: CB, 57 and 74. RGB value is (203,87,116). Sum of RGB (Red+Green+Blue) = 203+87+116=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5774 is #34A88B. Grayscale: #7C7C7C. Windows color (decimal): -3451020 or 7624651. OLE color: 7624651.

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

Color convert

RGB 203 87 116 -
CMYK 0 0.57 0.43 0.20
HSL 345º 0.53% 0.57% -
HSV(B) 345º 0.57% 0.8% -
XYZ 31.19 20.77 18.89 -
YUV 124.99 122.93 183.64 -
System Red Green Blue C M Y K H S L
Decimal 203 87 116 0 0.57 0.43 0.20 345 0.53 0.57
Hex CB 57 74 0 39 2B 14 159 35 39
Octal 313 127 164 0 71 53 24 531 65 71
Binary 11001011 1010111 1110100 0 111001 101011 10100 101011001 110101 111001

Color Harmonies of #CB5774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5774

Black with #CB5774

Text Example


Text Example

White with #CB5774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5774; }

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

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

background-color css

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

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

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

border-color css

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

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

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