Html Css Color HEX #CA5670 Cabaret

📋 copy color: '#CA5670'

red 202 ◦ green 86 ◦ blue 112

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

Shades of Cabaret #CA5670

Tints of Cabaret #CA5670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28%

R = 50.5%
G = 21.5%
B = 28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA5670 (or 0xCA5670) is known color: Cabaret. HEX triplet: CA, 56 and 70. RGB value is (202,86,112). Sum of RGB (Red+Green+Blue) = 202+86+112=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5670 is #35A98F. Grayscale: #7B7B7B. Windows color (decimal): -3516816 or 7362250. OLE color: 7362250.

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

Color convert

RGB 202 86 112 -
CMYK 0 0.57 0.45 0.21
HSL 346.55º 0.52% 0.56% -
HSV(B) 346.55º 0.57% 0.79% -
XYZ 30.61 20.38 17.65 -
YUV 123.65 121.43 183.89 -
System Red Green Blue C M Y K H S L
Decimal 202 86 112 0 0.57 0.45 0.21 346.55 0.52 0.56
Hex CA 56 70 0 39 2D 15 15B 34 38
Octal 312 126 160 0 71 55 25 533 64 70
Binary 11001010 1010110 1110000 0 111001 101101 10101 101011011 110100 111000

Color Harmonies of #CA5670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5670

Black with #CA5670

Text Example


Text Example

White with #CA5670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5670; }

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

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

background-color css

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

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

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

border-color css

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

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

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