Html Css Color HEX #CA587A Cabaret

📋 copy color: '#CA587A'

red 202 ◦ green 88 ◦ blue 122

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

Shades of Cabaret #CA587A

Tints of Cabaret #CA587A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.36%

 BLUE value IS 122 (48.05% from 255) = 29.61%

R = 49.03%
G = 21.36%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA587A (or 0xCA587A) is known color: Cabaret. HEX triplet: CA, 58 and 7A. RGB value is (202,88,122). Sum of RGB (Red+Green+Blue) = 202+88+122=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA587A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA587A is #35A785. Grayscale: #7D7D7D. Windows color (decimal): -3516294 or 8018122. OLE color: 8018122.

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

Color convert

RGB 202 88 122 -
CMYK 0 0.56 0.40 0.21
HSL 342.11º 0.52% 0.57% -
HSV(B) 342.11º 0.56% 0.79% -
XYZ 31.36 20.94 20.8 -
YUV 125.96 125.77 182.24 -
System Red Green Blue C M Y K H S L
Decimal 202 88 122 0 0.56 0.40 0.21 342.11 0.52 0.57
Hex CA 58 7A 0 38 28 15 156 34 39
Octal 312 130 172 0 70 50 25 526 64 71
Binary 11001010 1011000 1111010 0 111000 101000 10101 101010110 110100 111001

Color Harmonies of #CA587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA587A

Black with #CA587A

Text Example


Text Example

White with #CA587A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA587A; }

 p { color: rgb(202,88,122); }

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

background-color css

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

 a { background-color: rgb(202,88,122); }

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

border-color css

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

 span { border-color: rgb(202,88,122); }

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