Html Css Color HEX #CA4871 Cabaret

📋 copy color: '#CA4871'

red 202 ◦ green 72 ◦ blue 113

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

Shades of Cabaret #CA4871

Tints of Cabaret #CA4871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.6%

 BLUE value IS 113 (44.53% from 255) = 29.2%

R = 52.2%
G = 18.6%
B = 29.2%

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

#CA4871 (or 0xCA4871) is known color: Cabaret. HEX triplet: CA, 48 and 71. RGB value is (202,72,113). Sum of RGB (Red+Green+Blue) = 202+72+113=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4871 is #35B78E. Grayscale: #737373. Windows color (decimal): -3520399 or 7424202. OLE color: 7424202.

HSL color Cylindrical-coordinate representation of color #CA4871: hue angle of 341.08º 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 #CA4871 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 72 113 -
CMYK 0 0.64 0.44 0.21
HSL 341.08º 0.55% 0.54% -
HSV(B) 341.08º 0.64% 0.79% -
XYZ 29.66 18.38 17.61 -
YUV 115.54 126.57 189.67 -
System Red Green Blue C M Y K H S L
Decimal 202 72 113 0 0.64 0.44 0.21 341.08 0.55 0.54
Hex CA 48 71 0 40 2C 15 155 37 36
Octal 312 110 161 0 100 54 25 525 67 66
Binary 11001010 1001000 1110001 0 1000000 101100 10101 101010101 110111 110110

Color Harmonies of #CA4871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4871

Black with #CA4871

Text Example


Text Example

White with #CA4871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4871; }

 p { color: rgb(202,72,113); }

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

background-color css

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

 a { background-color: rgb(202,72,113); }

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

border-color css

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

 span { border-color: rgb(202,72,113); }

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