Html Css Color HEX #CA4863 Cabaret

📋 copy color: '#CA4863'

red 202 ◦ green 72 ◦ blue 99

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

Shades of Cabaret #CA4863

Tints of Cabaret #CA4863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.54%

R = 54.16%
G = 19.3%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA4863 (or 0xCA4863) is known color: Cabaret. HEX triplet: CA, 48 and 63. RGB value is (202,72,99). Sum of RGB (Red+Green+Blue) = 202+72+99=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4863 is #35B79C. Grayscale: #717171. Windows color (decimal): -3520413 or 6506698. OLE color: 6506698.

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

Color convert

RGB 202 72 99 -
CMYK 0 0.64 0.51 0.21
HSL 347.54º 0.55% 0.54% -
HSV(B) 347.54º 0.64% 0.79% -
XYZ 28.93 18.09 13.77 -
YUV 113.95 119.57 190.8 -
System Red Green Blue C M Y K H S L
Decimal 202 72 99 0 0.64 0.51 0.21 347.54 0.55 0.54
Hex CA 48 63 0 40 33 15 15C 37 36
Octal 312 110 143 0 100 63 25 534 67 66
Binary 11001010 1001000 1100011 0 1000000 110011 10101 101011100 110111 110110

Color Harmonies of #CA4863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4863

Black with #CA4863

Text Example


Text Example

White with #CA4863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4863; }

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

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

background-color css

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

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

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

border-color css

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

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

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