Html Css Color HEX #CA486F Cabaret

📋 copy color: '#CA486F'

red 202 ◦ green 72 ◦ blue 111

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

Shades of Cabaret #CA486F

Tints of Cabaret #CA486F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.83%

R = 52.47%
G = 18.7%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA486F (or 0xCA486F) is known color: Cabaret. HEX triplet: CA, 48 and 6F. RGB value is (202,72,111). Sum of RGB (Red+Green+Blue) = 202+72+111=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA486F is #35B790. Grayscale: #737373. Windows color (decimal): -3520401 or 7293130. OLE color: 7293130.

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

Color convert

RGB 202 72 111 -
CMYK 0 0.64 0.45 0.21
HSL 342º 0.55% 0.54% -
HSV(B) 342º 0.64% 0.79% -
XYZ 29.54 18.34 17.02 -
YUV 115.32 125.57 189.83 -
System Red Green Blue C M Y K H S L
Decimal 202 72 111 0 0.64 0.45 0.21 342 0.55 0.54
Hex CA 48 6F 0 40 2D 15 156 37 36
Octal 312 110 157 0 100 55 25 526 67 66
Binary 11001010 1001000 1101111 0 1000000 101101 10101 101010110 110111 110110

Color Harmonies of #CA486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA486F

Black with #CA486F

Text Example


Text Example

White with #CA486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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