Html Css Color HEX #CA5575 Cabaret

📋 copy color: '#CA5575'

red 202 ◦ green 85 ◦ blue 117

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

Shades of Cabaret #CA5575

Tints of Cabaret #CA5575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.96%

R = 50%
G = 21.04%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA5575 (or 0xCA5575) is known color: Cabaret. HEX triplet: CA, 55 and 75. RGB value is (202,85,117). Sum of RGB (Red+Green+Blue) = 202+85+117=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5575 is #35AA8A. Grayscale: #7B7B7B. Windows color (decimal): -3517067 or 7689674. OLE color: 7689674.

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

Color convert

RGB 202 85 117 -
CMYK 0 0.58 0.42 0.21
HSL 343.59º 0.52% 0.56% -
HSV(B) 343.59º 0.58% 0.79% -
XYZ 30.82 20.34 19.13 -
YUV 123.63 124.26 183.9 -
System Red Green Blue C M Y K H S L
Decimal 202 85 117 0 0.58 0.42 0.21 343.59 0.52 0.56
Hex CA 55 75 0 3A 2A 15 158 34 38
Octal 312 125 165 0 72 52 25 530 64 70
Binary 11001010 1010101 1110101 0 111010 101010 10101 101011000 110100 111000

Color Harmonies of #CA5575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5575

Black with #CA5575

Text Example


Text Example

White with #CA5575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5575; }

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

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

background-color css

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

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

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

border-color css

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

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

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