Html Css Color HEX #CA516C Cabaret

📋 copy color: '#CA516C'

red 202 ◦ green 81 ◦ blue 108

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

Shades of Cabaret #CA516C

Tints of Cabaret #CA516C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.72%

 BLUE value IS 108 (42.58% from 255) = 27.62%

R = 51.66%
G = 20.72%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA516C (or 0xCA516C) is known color: Cabaret. HEX triplet: CA, 51 and 6C. RGB value is (202,81,108). Sum of RGB (Red+Green+Blue) = 202+81+108=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA516C is #35AE93. Grayscale: #787878. Windows color (decimal): -3518100 or 7098826. OLE color: 7098826.

HSL color Cylindrical-coordinate representation of color #CA516C: hue angle of 346.61º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA516C is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 81 108 -
CMYK 0 0.60 0.47 0.21
HSL 346.61º 0.53% 0.55% -
HSV(B) 346.61º 0.6% 0.79% -
XYZ 30.01 19.52 16.37 -
YUV 120.26 121.09 186.3 -
System Red Green Blue C M Y K H S L
Decimal 202 81 108 0 0.60 0.47 0.21 346.61 0.53 0.55
Hex CA 51 6C 0 3C 2F 15 15B 35 37
Octal 312 121 154 0 74 57 25 533 65 67
Binary 11001010 1010001 1101100 0 111100 101111 10101 101011011 110101 110111

Color Harmonies of #CA516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA516C

Black with #CA516C

Text Example


Text Example

White with #CA516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA516C; }

 p { color: rgb(202,81,108); }

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

background-color css

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

 a { background-color: rgb(202,81,108); }

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

border-color css

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

 span { border-color: rgb(202,81,108); }

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