Html Css Color HEX #CA5869 Cabaret

📋 copy color: '#CA5869'

red 202 ◦ green 88 ◦ blue 105

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

Shades of Cabaret #CA5869

Tints of Cabaret #CA5869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.58%

R = 51.14%
G = 22.28%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA5869 (or 0xCA5869) is known color: Cabaret. HEX triplet: CA, 58 and 69. RGB value is (202,88,105). Sum of RGB (Red+Green+Blue) = 202+88+105=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5869 is #35A796. Grayscale: #7C7C7C. Windows color (decimal): -3516311 or 6904010. OLE color: 6904010.

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

Color convert

RGB 202 88 105 -
CMYK 0 0.56 0.48 0.21
HSL 351.05º 0.52% 0.57% -
HSV(B) 351.05º 0.56% 0.79% -
XYZ 30.4 20.56 15.73 -
YUV 124.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 202 88 105 0 0.56 0.48 0.21 351.05 0.52 0.57
Hex CA 58 69 0 38 30 15 15F 34 39
Octal 312 130 151 0 70 60 25 537 64 71
Binary 11001010 1011000 1101001 0 111000 110000 10101 101011111 110100 111001

Color Harmonies of #CA5869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5869

Black with #CA5869

Text Example


Text Example

White with #CA5869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5869; }

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

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

background-color css

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

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

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

border-color css

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

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

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