Html Css Color HEX #CA5A7B Cabaret

📋 copy color: '#CA5A7B'

red 202 ◦ green 90 ◦ blue 123

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

Shades of Cabaret #CA5A7B

Tints of Cabaret #CA5A7B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.69%

 BLUE value IS 123 (48.44% from 255) = 29.64%

R = 48.67%
G = 21.69%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA5A7B (or 0xCA5A7B) is known color: Cabaret. HEX triplet: CA, 5A and 7B. RGB value is (202,90,123). Sum of RGB (Red+Green+Blue) = 202+90+123=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5A7B is #35A584. Grayscale: #7F7F7F. Windows color (decimal): -3515781 or 8084170. OLE color: 8084170.

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

Color convert

RGB 202 90 123 -
CMYK 0 0.55 0.39 0.21
HSL 342.32º 0.51% 0.57% -
HSV(B) 342.32º 0.55% 0.79% -
XYZ 31.59 21.3 21.19 -
YUV 127.25 125.61 181.32 -
System Red Green Blue C M Y K H S L
Decimal 202 90 123 0 0.55 0.39 0.21 342.32 0.51 0.57
Hex CA 5A 7B 0 37 27 15 156 33 39
Octal 312 132 173 0 67 47 25 526 63 71
Binary 11001010 1011010 1111011 0 110111 100111 10101 101010110 110011 111001

Color Harmonies of #CA5A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5A7B

Black with #CA5A7B

Text Example


Text Example

White with #CA5A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5A7B; }

 p { color: rgb(202,90,123); }

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

background-color css

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

 a { background-color: rgb(202,90,123); }

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

border-color css

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

 span { border-color: rgb(202,90,123); }

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