Html Css Color HEX #CA5378 Cabaret

📋 copy color: '#CA5378'

red 202 ◦ green 83 ◦ blue 120

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

Shades of Cabaret #CA5378

Tints of Cabaret #CA5378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.63%

R = 49.88%
G = 20.49%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA5378 (or 0xCA5378) is known color: Cabaret. HEX triplet: CA, 53 and 78. RGB value is (202,83,120). Sum of RGB (Red+Green+Blue) = 202+83+120=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5378 is #35AC87. Grayscale: #7A7A7A. Windows color (decimal): -3517576 or 7885770. OLE color: 7885770.

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

Color convert

RGB 202 83 120 -
CMYK 0 0.59 0.41 0.21
HSL 341.34º 0.53% 0.56% -
HSV(B) 341.34º 0.59% 0.79% -
XYZ 30.84 20.1 20.02 -
YUV 122.8 126.42 184.49 -
System Red Green Blue C M Y K H S L
Decimal 202 83 120 0 0.59 0.41 0.21 341.34 0.53 0.56
Hex CA 53 78 0 3B 29 15 155 35 38
Octal 312 123 170 0 73 51 25 525 65 70
Binary 11001010 1010011 1111000 0 111011 101001 10101 101010101 110101 111000

Color Harmonies of #CA5378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5378

Black with #CA5378

Text Example


Text Example

White with #CA5378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5378; }

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

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

background-color css

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

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

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

border-color css

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

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

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