Html Css Color HEX #CB5A7B Cabaret

📋 copy color: '#CB5A7B'

red 203 ◦ green 90 ◦ blue 123

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

Shades of Cabaret #CB5A7B

Tints of Cabaret #CB5A7B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.63%

 BLUE value IS 123 (48.44% from 255) = 29.57%

R = 48.8%
G = 21.63%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB5A7B (or 0xCB5A7B) is known color: Cabaret. HEX triplet: CB, 5A and 7B. RGB value is (203,90,123). Sum of RGB (Red+Green+Blue) = 203+90+123=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5A7B is #34A584. Grayscale: #7F7F7F. Windows color (decimal): -3450245 or 8084171. OLE color: 8084171.

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

Color convert

RGB 203 90 123 -
CMYK 0 0.56 0.39 0.20
HSL 342.48º 0.52% 0.57% -
HSV(B) 342.48º 0.56% 0.8% -
XYZ 31.86 21.44 21.2 -
YUV 127.55 125.44 181.82 -
System Red Green Blue C M Y K H S L
Decimal 203 90 123 0 0.56 0.39 0.20 342.48 0.52 0.57
Hex CB 5A 7B 0 38 27 14 156 34 39
Octal 313 132 173 0 70 47 24 526 64 71
Binary 11001011 1011010 1111011 0 111000 100111 10100 101010110 110100 111001

Color Harmonies of #CB5A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5A7B

Black with #CB5A7B

Text Example


Text Example

White with #CB5A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5A7B; }

 p { color: rgb(203,90,123); }

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

background-color css

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

 a { background-color: rgb(203,90,123); }

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

border-color css

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

 span { border-color: rgb(203,90,123); }

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