Html Css Color HEX #CA5A6C Cabaret

📋 copy color: '#CA5A6C'

red 202 ◦ green 90 ◦ blue 108

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

Shades of Cabaret #CA5A6C

Tints of Cabaret #CA5A6C

RGB

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

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

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

R = 50.5%
G = 22.5%
B = 27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA5A6C (or 0xCA5A6C) is known color: Cabaret. HEX triplet: CA, 5A and 6C. RGB value is (202,90,108). Sum of RGB (Red+Green+Blue) = 202+90+108=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5A6C is #35A593. Grayscale: #7D7D7D. Windows color (decimal): -3515796 or 7101130. OLE color: 7101130.

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

Color convert

RGB 202 90 108 -
CMYK 0 0.55 0.47 0.21
HSL 350.36º 0.51% 0.57% -
HSV(B) 350.36º 0.55% 0.79% -
XYZ 30.72 20.95 16.61 -
YUV 125.54 118.11 182.54 -
System Red Green Blue C M Y K H S L
Decimal 202 90 108 0 0.55 0.47 0.21 350.36 0.51 0.57
Hex CA 5A 6C 0 37 2F 15 15E 33 39
Octal 312 132 154 0 67 57 25 536 63 71
Binary 11001010 1011010 1101100 0 110111 101111 10101 101011110 110011 111001

Color Harmonies of #CA5A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5A6C

Black with #CA5A6C

Text Example


Text Example

White with #CA5A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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