Html Css Color HEX #CA4772 Cabaret

📋 copy color: '#CA4772'

red 202 ◦ green 71 ◦ blue 114

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

Shades of Cabaret #CA4772

Tints of Cabaret #CA4772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.35%

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

R = 52.2%
G = 18.35%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA4772 (or 0xCA4772) is known color: Cabaret. HEX triplet: CA, 47 and 72. RGB value is (202,71,114). Sum of RGB (Red+Green+Blue) = 202+71+114=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4772 is #35B88D. Grayscale: #737373. Windows color (decimal): -3520654 or 7489482. OLE color: 7489482.

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

Color convert

RGB 202 71 114 -
CMYK 0 0.65 0.44 0.21
HSL 340.31º 0.55% 0.54% -
HSV(B) 340.31º 0.65% 0.79% -
XYZ 29.65 18.28 17.88 -
YUV 115.07 127.4 190 -
System Red Green Blue C M Y K H S L
Decimal 202 71 114 0 0.65 0.44 0.21 340.31 0.55 0.54
Hex CA 47 72 0 41 2C 15 154 37 36
Octal 312 107 162 0 101 54 25 524 67 66
Binary 11001010 1000111 1110010 0 1000001 101100 10101 101010100 110111 110110

Color Harmonies of #CA4772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4772

Black with #CA4772

Text Example


Text Example

White with #CA4772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4772; }

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

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

background-color css

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

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

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

border-color css

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

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

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