Html Css Color HEX #CB5275 Cabaret

📋 copy color: '#CB5275'

red 203 ◦ green 82 ◦ blue 117

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

Shades of Cabaret #CB5275

Tints of Cabaret #CB5275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.4%

 BLUE value IS 117 (46.09% from 255) = 29.1%

R = 50.5%
G = 20.4%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB5275 (or 0xCB5275) is known color: Cabaret. HEX triplet: CB, 52 and 75. RGB value is (203,82,117). Sum of RGB (Red+Green+Blue) = 203+82+117=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5275 is #34AD8A. Grayscale: #7A7A7A. Windows color (decimal): -3452299 or 7688907. OLE color: 7688907.

HSL color Cylindrical-coordinate representation of color #CB5275: hue angle of 342.64º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5275 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 82 117 -
CMYK 0 0.60 0.42 0.20
HSL 342.64º 0.54% 0.56% -
HSV(B) 342.64º 0.6% 0.8% -
XYZ 30.86 20.02 19.07 -
YUV 122.17 125.09 185.65 -
System Red Green Blue C M Y K H S L
Decimal 203 82 117 0 0.60 0.42 0.20 342.64 0.54 0.56
Hex CB 52 75 0 3C 2A 14 157 36 38
Octal 313 122 165 0 74 52 24 527 66 70
Binary 11001011 1010010 1110101 0 111100 101010 10100 101010111 110110 111000

Color Harmonies of #CB5275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5275

Black with #CB5275

Text Example


Text Example

White with #CB5275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5275; }

 p { color: rgb(203,82,117); }

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

background-color css

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

 a { background-color: rgb(203,82,117); }

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

border-color css

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

 span { border-color: rgb(203,82,117); }

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