Html Css Color HEX #CA5D7D Cabaret

📋 copy color: '#CA5D7D'

red 202 ◦ green 93 ◦ blue 125

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

Shades of Cabaret #CA5D7D

Tints of Cabaret #CA5D7D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.14%

 BLUE value IS 125 (49.22% from 255) = 29.76%

R = 48.1%
G = 22.14%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA5D7D (or 0xCA5D7D) is known color: Cabaret. HEX triplet: CA, 5D and 7D. RGB value is (202,93,125). Sum of RGB (Red+Green+Blue) = 202+93+125=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5D7D is #35A282. Grayscale: #818181. Windows color (decimal): -3515011 or 8216010. OLE color: 8216010.

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

Color convert

RGB 202 93 125 -
CMYK 0 0.54 0.38 0.21
HSL 342.39º 0.51% 0.58% -
HSV(B) 342.39º 0.54% 0.79% -
XYZ 31.97 21.87 21.94 -
YUV 129.24 125.61 179.9 -
System Red Green Blue C M Y K H S L
Decimal 202 93 125 0 0.54 0.38 0.21 342.39 0.51 0.58
Hex CA 5D 7D 0 36 26 15 156 33 3A
Octal 312 135 175 0 66 46 25 526 63 72
Binary 11001010 1011101 1111101 0 110110 100110 10101 101010110 110011 111010

Color Harmonies of #CA5D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5D7D

Black with #CA5D7D

Text Example


Text Example

White with #CA5D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5D7D; }

 p { color: rgb(202,93,125); }

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

background-color css

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

 a { background-color: rgb(202,93,125); }

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

border-color css

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

 span { border-color: rgb(202,93,125); }

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