Html Css Color HEX #CA5367 Cabaret

📋 copy color: '#CA5367'

red 202 ◦ green 83 ◦ blue 103

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

Shades of Cabaret #CA5367

Tints of Cabaret #CA5367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.55%

R = 52.06%
G = 21.39%
B = 26.55%

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

#CA5367 (or 0xCA5367) is known color: Cabaret. HEX triplet: CA, 53 and 67. RGB value is (202,83,103). Sum of RGB (Red+Green+Blue) = 202+83+103=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5367 is #35AC98. Grayscale: #787878. Windows color (decimal): -3517593 or 6771658. OLE color: 6771658.

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

Color convert

RGB 202 83 103 -
CMYK 0 0.59 0.49 0.21
HSL 349.92º 0.53% 0.56% -
HSV(B) 349.92º 0.59% 0.79% -
XYZ 29.9 19.72 15.06 -
YUV 120.86 117.92 185.87 -
System Red Green Blue C M Y K H S L
Decimal 202 83 103 0 0.59 0.49 0.21 349.92 0.53 0.56
Hex CA 53 67 0 3B 31 15 15E 35 38
Octal 312 123 147 0 73 61 25 536 65 70
Binary 11001010 1010011 1100111 0 111011 110001 10101 101011110 110101 111000

Color Harmonies of #CA5367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5367

Black with #CA5367

Text Example


Text Example

White with #CA5367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5367; }

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

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

background-color css

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

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

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

border-color css

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

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

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