Html Css Color HEX #CA4972 Cabaret

📋 copy color: '#CA4972'

red 202 ◦ green 73 ◦ blue 114

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

Shades of Cabaret #CA4972

Tints of Cabaret #CA4972

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.77%

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

R = 51.93%
G = 18.77%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA4972 (or 0xCA4972) is known color: Cabaret. HEX triplet: CA, 49 and 72. RGB value is (202,73,114). Sum of RGB (Red+Green+Blue) = 202+73+114=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4972 is #35B68D. Grayscale: #747474. Windows color (decimal): -3520142 or 7489994. OLE color: 7489994.

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

Color convert

RGB 202 73 114 -
CMYK 0 0.64 0.44 0.21
HSL 340.93º 0.55% 0.54% -
HSV(B) 340.93º 0.64% 0.79% -
XYZ 29.78 18.54 17.93 -
YUV 116.25 126.74 189.17 -
System Red Green Blue C M Y K H S L
Decimal 202 73 114 0 0.64 0.44 0.21 340.93 0.55 0.54
Hex CA 49 72 0 40 2C 15 155 37 36
Octal 312 111 162 0 100 54 25 525 67 66
Binary 11001010 1001001 1110010 0 1000000 101100 10101 101010101 110111 110110

Color Harmonies of #CA4972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4972

Black with #CA4972

Text Example


Text Example

White with #CA4972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4972; }

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

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

background-color css

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

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

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

border-color css

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

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

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