Html Css Color HEX #CA5274 Cabaret

📋 copy color: '#CA5274'

red 202 ◦ green 82 ◦ blue 116

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

Shades of Cabaret #CA5274

Tints of Cabaret #CA5274

RGB

 RED value IS 202 (79.3% from 255) = 50.5%

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

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

R = 50.5%
G = 20.5%
B = 29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA5274 (or 0xCA5274) is known color: Cabaret. HEX triplet: CA, 52 and 74. RGB value is (202,82,116). Sum of RGB (Red+Green+Blue) = 202+82+116=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5274 is #35AD8B. Grayscale: #797979. Windows color (decimal): -3517836 or 7623370. OLE color: 7623370.

HSL color Cylindrical-coordinate representation of color #CA5274: hue angle of 343º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5274 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 82 116 -
CMYK 0 0.59 0.43 0.21
HSL 343º 0.53% 0.56% -
HSV(B) 343º 0.59% 0.79% -
XYZ 30.53 19.85 18.75 -
YUV 121.76 124.76 185.24 -
System Red Green Blue C M Y K H S L
Decimal 202 82 116 0 0.59 0.43 0.21 343 0.53 0.56
Hex CA 52 74 0 3B 2B 15 157 35 38
Octal 312 122 164 0 73 53 25 527 65 70
Binary 11001010 1010010 1110100 0 111011 101011 10101 101010111 110101 111000

Color Harmonies of #CA5274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5274

Black with #CA5274

Text Example


Text Example

White with #CA5274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5274; }

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

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

background-color css

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

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

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

border-color css

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

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

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