Html Css Color HEX #CA5465 Cabaret

📋 copy color: '#CA5465'

red 202 ◦ green 84 ◦ blue 101

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

Shades of Cabaret #CA5465

Tints of Cabaret #CA5465

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.71%

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

R = 52.2%
G = 21.71%
B = 26.1%

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

#CA5465 (or 0xCA5465) is known color: Cabaret. HEX triplet: CA, 54 and 65. RGB value is (202,84,101). Sum of RGB (Red+Green+Blue) = 202+84+101=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5465 is #35AB9A. Grayscale: #797979. Windows color (decimal): -3517339 or 6640842. OLE color: 6640842.

HSL color Cylindrical-coordinate representation of color #CA5465: hue angle of 351.36º degrees, saturation: 0.53, 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 #CA5465 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 84 101 -
CMYK 0 0.58 0.50 0.21
HSL 351.36º 0.53% 0.56% -
HSV(B) 351.36º 0.58% 0.79% -
XYZ 29.88 19.84 14.57 -
YUV 121.22 116.59 185.62 -
System Red Green Blue C M Y K H S L
Decimal 202 84 101 0 0.58 0.50 0.21 351.36 0.53 0.56
Hex CA 54 65 0 3A 32 15 15F 35 38
Octal 312 124 145 0 72 62 25 537 65 70
Binary 11001010 1010100 1100101 0 111010 110010 10101 101011111 110101 111000

Color Harmonies of #CA5465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5465

Black with #CA5465

Text Example


Text Example

White with #CA5465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5465; }

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

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

background-color css

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

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

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

border-color css

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

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

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