Html Css Color HEX #CB5274 Cabaret

📋 copy color: '#CB5274'

red 203 ◦ green 82 ◦ blue 116

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

Shades of Cabaret #CB5274

Tints of Cabaret #CB5274

RGB

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

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

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

R = 50.62%
G = 20.45%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB5274 (or 0xCB5274) is known color: Cabaret. HEX triplet: CB, 52 and 74. RGB value is (203,82,116). Sum of RGB (Red+Green+Blue) = 203+82+116=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5274 is #34AD8B. Grayscale: #7A7A7A. Windows color (decimal): -3452300 or 7623371. OLE color: 7623371.

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

Color convert

RGB 203 82 116 -
CMYK 0 0.60 0.43 0.20
HSL 343.14º 0.54% 0.56% -
HSV(B) 343.14º 0.6% 0.8% -
XYZ 30.8 19.99 18.76 -
YUV 122.06 124.59 185.74 -
System Red Green Blue C M Y K H S L
Decimal 203 82 116 0 0.60 0.43 0.20 343.14 0.54 0.56
Hex CB 52 74 0 3C 2B 14 157 36 38
Octal 313 122 164 0 74 53 24 527 66 70
Binary 11001011 1010010 1110100 0 111100 101011 10100 101010111 110110 111000

Color Harmonies of #CB5274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5274

Black with #CB5274

Text Example


Text Example

White with #CB5274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5274; }

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

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

background-color css

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

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

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

border-color css

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

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

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