Html Css Color HEX #CA4A70 Cabaret

📋 copy color: '#CA4A70'

red 202 ◦ green 74 ◦ blue 112

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

Shades of Cabaret #CA4A70

Tints of Cabaret #CA4A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.07%

 BLUE value IS 112 (44.14% from 255) = 28.87%

R = 52.06%
G = 19.07%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA4A70 (or 0xCA4A70) is known color: Cabaret. HEX triplet: CA, 4A and 70. RGB value is (202,74,112). Sum of RGB (Red+Green+Blue) = 202+74+112=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A70 is #35B58F. Grayscale: #747474. Windows color (decimal): -3519888 or 7359178. OLE color: 7359178.

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

Color convert

RGB 202 74 112 -
CMYK 0 0.63 0.45 0.21
HSL 342.19º 0.55% 0.54% -
HSV(B) 342.19º 0.63% 0.79% -
XYZ 29.73 18.62 17.36 -
YUV 116.6 125.41 188.91 -
System Red Green Blue C M Y K H S L
Decimal 202 74 112 0 0.63 0.45 0.21 342.19 0.55 0.54
Hex CA 4A 70 0 3F 2D 15 156 37 36
Octal 312 112 160 0 77 55 25 526 67 66
Binary 11001010 1001010 1110000 0 111111 101101 10101 101010110 110111 110110

Color Harmonies of #CA4A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4A70

Black with #CA4A70

Text Example


Text Example

White with #CA4A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4A70; }

 p { color: rgb(202,74,112); }

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

background-color css

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

 a { background-color: rgb(202,74,112); }

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

border-color css

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

 span { border-color: rgb(202,74,112); }

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