Html Css Color HEX #CA5364 Cabaret

📋 copy color: '#CA5364'

red 202 ◦ green 83 ◦ blue 100

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

Shades of Cabaret #CA5364

Tints of Cabaret #CA5364

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.56%

 BLUE value IS 100 (39.45% from 255) = 25.97%

R = 52.47%
G = 21.56%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA5364 (or 0xCA5364) is known color: Cabaret. HEX triplet: CA, 53 and 64. RGB value is (202,83,100). Sum of RGB (Red+Green+Blue) = 202+83+100=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5364 is #35AC9B. Grayscale: #787878. Windows color (decimal): -3517596 or 6575050. OLE color: 6575050.

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

Color convert

RGB 202 83 100 -
CMYK 0 0.59 0.50 0.21
HSL 351.43º 0.53% 0.56% -
HSV(B) 351.43º 0.59% 0.79% -
XYZ 29.75 19.66 14.28 -
YUV 120.52 116.42 186.12 -
System Red Green Blue C M Y K H S L
Decimal 202 83 100 0 0.59 0.50 0.21 351.43 0.53 0.56
Hex CA 53 64 0 3B 32 15 15F 35 38
Octal 312 123 144 0 73 62 25 537 65 70
Binary 11001010 1010011 1100100 0 111011 110010 10101 101011111 110101 111000

Color Harmonies of #CA5364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5364

Black with #CA5364

Text Example


Text Example

White with #CA5364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5364; }

 p { color: rgb(202,83,100); }

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

background-color css

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

 a { background-color: rgb(202,83,100); }

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

border-color css

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

 span { border-color: rgb(202,83,100); }

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