Html Css Color HEX #CA536C Cabaret

📋 copy color: '#CA536C'

red 202 ◦ green 83 ◦ blue 108

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

Shades of Cabaret #CA536C

Tints of Cabaret #CA536C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.48%

R = 51.4%
G = 21.12%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA536C (or 0xCA536C) is known color: Cabaret. HEX triplet: CA, 53 and 6C. RGB value is (202,83,108). Sum of RGB (Red+Green+Blue) = 202+83+108=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA536C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA536C is #35AC93. Grayscale: #797979. Windows color (decimal): -3517588 or 7099338. OLE color: 7099338.

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

Color convert

RGB 202 83 108 -
CMYK 0 0.59 0.47 0.21
HSL 347.4º 0.53% 0.56% -
HSV(B) 347.4º 0.59% 0.79% -
XYZ 30.16 19.83 16.42 -
YUV 121.43 120.42 185.47 -
System Red Green Blue C M Y K H S L
Decimal 202 83 108 0 0.59 0.47 0.21 347.4 0.53 0.56
Hex CA 53 6C 0 3B 2F 15 15B 35 38
Octal 312 123 154 0 73 57 25 533 65 70
Binary 11001010 1010011 1101100 0 111011 101111 10101 101011011 110101 111000

Color Harmonies of #CA536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA536C

Black with #CA536C

Text Example


Text Example

White with #CA536C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA536C; }

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

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

background-color css

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

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

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

border-color css

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

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

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