Html Css Color HEX #CA5B6C Cabaret

📋 copy color: '#CA5B6C'

red 202 ◦ green 91 ◦ blue 108

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

Shades of Cabaret #CA5B6C

Tints of Cabaret #CA5B6C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.69%

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

R = 50.37%
G = 22.69%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA5B6C (or 0xCA5B6C) is known color: Cabaret. HEX triplet: CA, 5B and 6C. RGB value is (202,91,108). Sum of RGB (Red+Green+Blue) = 202+91+108=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5B6C is #35A493. Grayscale: #7E7E7E. Windows color (decimal): -3515540 or 7101386. OLE color: 7101386.

HSL color Cylindrical-coordinate representation of color #CA5B6C: hue angle of 350.81º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5B6C is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 91 108 -
CMYK 0 0.55 0.47 0.21
HSL 350.81º 0.51% 0.57% -
HSV(B) 350.81º 0.55% 0.79% -
XYZ 30.8 21.12 16.64 -
YUV 126.13 117.77 182.12 -
System Red Green Blue C M Y K H S L
Decimal 202 91 108 0 0.55 0.47 0.21 350.81 0.51 0.57
Hex CA 5B 6C 0 37 2F 15 15F 33 39
Octal 312 133 154 0 67 57 25 537 63 71
Binary 11001010 1011011 1101100 0 110111 101111 10101 101011111 110011 111001

Color Harmonies of #CA5B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5B6C

Black with #CA5B6C

Text Example


Text Example

White with #CA5B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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