Html Css Color HEX #CA586F Cabaret

📋 copy color: '#CA586F'

red 202 ◦ green 88 ◦ blue 111

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

Shades of Cabaret #CA586F

Tints of Cabaret #CA586F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.68%

R = 50.37%
G = 21.95%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA586F (or 0xCA586F) is known color: Cabaret. HEX triplet: CA, 58 and 6F. RGB value is (202,88,111). Sum of RGB (Red+Green+Blue) = 202+88+111=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA586F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA586F is #35A790. Grayscale: #7C7C7C. Windows color (decimal): -3516305 or 7297226. OLE color: 7297226.

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

Color convert

RGB 202 88 111 -
CMYK 0 0.56 0.45 0.21
HSL 347.89º 0.52% 0.57% -
HSV(B) 347.89º 0.56% 0.79% -
XYZ 30.72 20.68 17.41 -
YUV 124.71 120.27 183.13 -
System Red Green Blue C M Y K H S L
Decimal 202 88 111 0 0.56 0.45 0.21 347.89 0.52 0.57
Hex CA 58 6F 0 38 2D 15 15C 34 39
Octal 312 130 157 0 70 55 25 534 64 71
Binary 11001010 1011000 1101111 0 111000 101101 10101 101011100 110100 111001

Color Harmonies of #CA586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA586F

Black with #CA586F

Text Example


Text Example

White with #CA586F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA586F; }

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

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

background-color css

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

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

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

border-color css

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

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

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