Html Css Color HEX #CA5472 Cabaret

📋 copy color: '#CA5472'

red 202 ◦ green 84 ◦ blue 114

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

Shades of Cabaret #CA5472

Tints of Cabaret #CA5472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21%

 BLUE value IS 114 (44.92% from 255) = 28.5%

R = 50.5%
G = 21%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA5472 (or 0xCA5472) is known color: Cabaret. HEX triplet: CA, 54 and 72. RGB value is (202,84,114). Sum of RGB (Red+Green+Blue) = 202+84+114=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5472 is #35AB8D. Grayscale: #7A7A7A. Windows color (decimal): -3517326 or 7492810. OLE color: 7492810.

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

Color convert

RGB 202 84 114 -
CMYK 0 0.58 0.44 0.21
HSL 344.75º 0.53% 0.56% -
HSV(B) 344.75º 0.58% 0.79% -
XYZ 30.56 20.11 18.19 -
YUV 122.7 123.09 184.56 -
System Red Green Blue C M Y K H S L
Decimal 202 84 114 0 0.58 0.44 0.21 344.75 0.53 0.56
Hex CA 54 72 0 3A 2C 15 159 35 38
Octal 312 124 162 0 72 54 25 531 65 70
Binary 11001010 1010100 1110010 0 111010 101100 10101 101011001 110101 111000

Color Harmonies of #CA5472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5472

Black with #CA5472

Text Example


Text Example

White with #CA5472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5472; }

 p { color: rgb(202,84,114); }

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

background-color css

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

 a { background-color: rgb(202,84,114); }

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

border-color css

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

 span { border-color: rgb(202,84,114); }

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