Html Css Color HEX #CA486D Cabaret

📋 copy color: '#CA486D'

red 202 ◦ green 72 ◦ blue 109

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

Shades of Cabaret #CA486D

Tints of Cabaret #CA486D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.46%

R = 52.74%
G = 18.8%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA486D (or 0xCA486D) is known color: Cabaret. HEX triplet: CA, 48 and 6D. RGB value is (202,72,109). Sum of RGB (Red+Green+Blue) = 202+72+109=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA486D is #35B792. Grayscale: #737373. Windows color (decimal): -3520403 or 7162058. OLE color: 7162058.

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

Color convert

RGB 202 72 109 -
CMYK 0 0.64 0.46 0.21
HSL 342.92º 0.55% 0.54% -
HSV(B) 342.92º 0.64% 0.79% -
XYZ 29.43 18.3 16.45 -
YUV 115.09 124.57 189.99 -
System Red Green Blue C M Y K H S L
Decimal 202 72 109 0 0.64 0.46 0.21 342.92 0.55 0.54
Hex CA 48 6D 0 40 2E 15 157 37 36
Octal 312 110 155 0 100 56 25 527 67 66
Binary 11001010 1001000 1101101 0 1000000 101110 10101 101010111 110111 110110

Color Harmonies of #CA486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA486D

Black with #CA486D

Text Example


Text Example

White with #CA486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA486D; }

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

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

background-color css

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

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

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

border-color css

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

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

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