Html Css Color HEX #CA5565 Cabaret

📋 copy color: '#CA5565'

red 202 ◦ green 85 ◦ blue 101

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

Shades of Cabaret #CA5565

Tints of Cabaret #CA5565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.91%

 BLUE value IS 101 (39.84% from 255) = 26.03%

R = 52.06%
G = 21.91%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA5565 (or 0xCA5565) is known color: Cabaret. HEX triplet: CA, 55 and 65. RGB value is (202,85,101). Sum of RGB (Red+Green+Blue) = 202+85+101=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5565 is #35AA9A. Grayscale: #797979. Windows color (decimal): -3517083 or 6641098. OLE color: 6641098.

HSL color Cylindrical-coordinate representation of color #CA5565: hue angle of 351.79º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA5565 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 85 101 -
CMYK 0 0.58 0.50 0.21
HSL 351.79º 0.52% 0.56% -
HSV(B) 351.79º 0.58% 0.79% -
XYZ 29.95 19.99 14.59 -
YUV 121.81 116.26 185.2 -
System Red Green Blue C M Y K H S L
Decimal 202 85 101 0 0.58 0.50 0.21 351.79 0.52 0.56
Hex CA 55 65 0 3A 32 15 160 34 38
Octal 312 125 145 0 72 62 25 540 64 70
Binary 11001010 1010101 1100101 0 111010 110010 10101 101100000 110100 111000

Color Harmonies of #CA5565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5565

Black with #CA5565

Text Example


Text Example

White with #CA5565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5565; }

 p { color: rgb(202,85,101); }

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

background-color css

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

 a { background-color: rgb(202,85,101); }

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

border-color css

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

 span { border-color: rgb(202,85,101); }

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