Html Css Color HEX #CA486B Cabaret

📋 copy color: '#CA486B'

red 202 ◦ green 72 ◦ blue 107

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

Shades of Cabaret #CA486B

Tints of Cabaret #CA486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.08%

R = 53.02%
G = 18.9%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA486B (or 0xCA486B) is known color: Cabaret. HEX triplet: CA, 48 and 6B. RGB value is (202,72,107). Sum of RGB (Red+Green+Blue) = 202+72+107=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA486B is #35B794. Grayscale: #727272. Windows color (decimal): -3520405 or 7030986. OLE color: 7030986.

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

Color convert

RGB 202 72 107 -
CMYK 0 0.64 0.47 0.21
HSL 343.85º 0.55% 0.54% -
HSV(B) 343.85º 0.64% 0.79% -
XYZ 29.33 18.25 15.89 -
YUV 114.86 123.57 190.15 -
System Red Green Blue C M Y K H S L
Decimal 202 72 107 0 0.64 0.47 0.21 343.85 0.55 0.54
Hex CA 48 6B 0 40 2F 15 158 37 36
Octal 312 110 153 0 100 57 25 530 67 66
Binary 11001010 1001000 1101011 0 1000000 101111 10101 101011000 110111 110110

Color Harmonies of #CA486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA486B

Black with #CA486B

Text Example


Text Example

White with #CA486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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