Html Css Color HEX #CA5A6D Cabaret

📋 copy color: '#CA5A6D'

red 202 ◦ green 90 ◦ blue 109

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

Shades of Cabaret #CA5A6D

Tints of Cabaret #CA5A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.44%

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

R = 50.37%
G = 22.44%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA5A6D (or 0xCA5A6D) is known color: Cabaret. HEX triplet: CA, 5A and 6D. RGB value is (202,90,109). Sum of RGB (Red+Green+Blue) = 202+90+109=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5A6D is #35A592. Grayscale: #7D7D7D. Windows color (decimal): -3515795 or 7166666. OLE color: 7166666.

HSL color Cylindrical-coordinate representation of color #CA5A6D: hue angle of 349.82º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5A6D is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 90 109 -
CMYK 0 0.55 0.46 0.21
HSL 349.82º 0.51% 0.57% -
HSV(B) 349.82º 0.55% 0.79% -
XYZ 30.77 20.97 16.89 -
YUV 125.65 118.61 182.46 -
System Red Green Blue C M Y K H S L
Decimal 202 90 109 0 0.55 0.46 0.21 349.82 0.51 0.57
Hex CA 5A 6D 0 37 2E 15 15E 33 39
Octal 312 132 155 0 67 56 25 536 63 71
Binary 11001010 1011010 1101101 0 110111 101110 10101 101011110 110011 111001

Color Harmonies of #CA5A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5A6D

Black with #CA5A6D

Text Example


Text Example

White with #CA5A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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