Html Css Color HEX #CA5673 Cabaret

📋 copy color: '#CA5673'

red 202 ◦ green 86 ◦ blue 115

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

Shades of Cabaret #CA5673

Tints of Cabaret #CA5673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.34%

 BLUE value IS 115 (45.31% from 255) = 28.54%

R = 50.12%
G = 21.34%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA5673 (or 0xCA5673) is known color: Cabaret. HEX triplet: CA, 56 and 73. RGB value is (202,86,115). Sum of RGB (Red+Green+Blue) = 202+86+115=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5673 is #35A98C. Grayscale: #7B7B7B. Windows color (decimal): -3516813 or 7558858. OLE color: 7558858.

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

Color convert

RGB 202 86 115 -
CMYK 0 0.57 0.43 0.21
HSL 345º 0.52% 0.56% -
HSV(B) 345º 0.57% 0.79% -
XYZ 30.78 20.45 18.54 -
YUV 123.99 122.93 183.64 -
System Red Green Blue C M Y K H S L
Decimal 202 86 115 0 0.57 0.43 0.21 345 0.52 0.56
Hex CA 56 73 0 39 2B 15 159 34 38
Octal 312 126 163 0 71 53 25 531 64 70
Binary 11001010 1010110 1110011 0 111001 101011 10101 101011001 110100 111000

Color Harmonies of #CA5673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5673

Black with #CA5673

Text Example


Text Example

White with #CA5673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5673; }

 p { color: rgb(202,86,115); }

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

background-color css

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

 a { background-color: rgb(202,86,115); }

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

border-color css

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

 span { border-color: rgb(202,86,115); }

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