Html Css Color HEX #CA586C Cabaret

📋 copy color: '#CA586C'

red 202 ◦ green 88 ◦ blue 108

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

Shades of Cabaret #CA586C

Tints of Cabaret #CA586C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.14%

R = 50.75%
G = 22.11%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA586C (or 0xCA586C) is known color: Cabaret. HEX triplet: CA, 58 and 6C. RGB value is (202,88,108). Sum of RGB (Red+Green+Blue) = 202+88+108=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA586C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA586C is #35A793. Grayscale: #7C7C7C. Windows color (decimal): -3516308 or 7100618. OLE color: 7100618.

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

Color convert

RGB 202 88 108 -
CMYK 0 0.56 0.47 0.21
HSL 349.47º 0.52% 0.57% -
HSV(B) 349.47º 0.56% 0.79% -
XYZ 30.55 20.62 16.56 -
YUV 124.37 118.77 183.37 -
System Red Green Blue C M Y K H S L
Decimal 202 88 108 0 0.56 0.47 0.21 349.47 0.52 0.57
Hex CA 58 6C 0 38 2F 15 15D 34 39
Octal 312 130 154 0 70 57 25 535 64 71
Binary 11001010 1011000 1101100 0 111000 101111 10101 101011101 110100 111001

Color Harmonies of #CA586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA586C

Black with #CA586C

Text Example


Text Example

White with #CA586C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA586C; }

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

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

background-color css

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

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

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

border-color css

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

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

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