Html Css Color HEX #CA5268 Cabaret

📋 copy color: '#CA5268'

red 202 ◦ green 82 ◦ blue 104

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

Shades of Cabaret #CA5268

Tints of Cabaret #CA5268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.13%

 BLUE value IS 104 (41.02% from 255) = 26.8%

R = 52.06%
G = 21.13%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA5268 (or 0xCA5268) is known color: Cabaret. HEX triplet: CA, 52 and 68. RGB value is (202,82,104). Sum of RGB (Red+Green+Blue) = 202+82+104=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5268 is #35AD97. Grayscale: #787878. Windows color (decimal): -3517848 or 6836938. OLE color: 6836938.

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

Color convert

RGB 202 82 104 -
CMYK 0 0.59 0.49 0.21
HSL 349º 0.53% 0.56% -
HSV(B) 349º 0.59% 0.79% -
XYZ 29.87 19.59 15.3 -
YUV 120.39 118.76 186.21 -
System Red Green Blue C M Y K H S L
Decimal 202 82 104 0 0.59 0.49 0.21 349 0.53 0.56
Hex CA 52 68 0 3B 31 15 15D 35 38
Octal 312 122 150 0 73 61 25 535 65 70
Binary 11001010 1010010 1101000 0 111011 110001 10101 101011101 110101 111000

Color Harmonies of #CA5268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5268

Black with #CA5268

Text Example


Text Example

White with #CA5268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5268; }

 p { color: rgb(202,82,104); }

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

background-color css

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

 a { background-color: rgb(202,82,104); }

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

border-color css

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

 span { border-color: rgb(202,82,104); }

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