Html Css Color HEX #CB5C77 Cabaret

📋 copy color: '#CB5C77'

red 203 ◦ green 92 ◦ blue 119

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

Shades of Cabaret #CB5C77

Tints of Cabaret #CB5C77

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.22%

 BLUE value IS 119 (46.88% from 255) = 28.74%

R = 49.03%
G = 22.22%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB5C77 (or 0xCB5C77) is known color: Cabaret. HEX triplet: CB, 5C and 77. RGB value is (203,92,119). Sum of RGB (Red+Green+Blue) = 203+92+119=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5C77 is #34A388. Grayscale: #808080. Windows color (decimal): -3449737 or 7822539. OLE color: 7822539.

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

Color convert

RGB 203 92 119 -
CMYK 0 0.55 0.41 0.20
HSL 345.41º 0.52% 0.58% -
HSV(B) 345.41º 0.55% 0.8% -
XYZ 31.79 21.68 19.96 -
YUV 128.27 122.77 181.3 -
System Red Green Blue C M Y K H S L
Decimal 203 92 119 0 0.55 0.41 0.20 345.41 0.52 0.58
Hex CB 5C 77 0 37 29 14 159 34 3A
Octal 313 134 167 0 67 51 24 531 64 72
Binary 11001011 1011100 1110111 0 110111 101001 10100 101011001 110100 111010

Color Harmonies of #CB5C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5C77

Black with #CB5C77

Text Example


Text Example

White with #CB5C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5C77; }

 p { color: rgb(203,92,119); }

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

background-color css

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

 a { background-color: rgb(203,92,119); }

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

border-color css

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

 span { border-color: rgb(203,92,119); }

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