Html Css Color HEX #CA506B Cabaret

📋 copy color: '#CA506B'

red 202 ◦ green 80 ◦ blue 107

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

Shades of Cabaret #CA506B

Tints of Cabaret #CA506B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.57%

 BLUE value IS 107 (42.19% from 255) = 27.51%

R = 51.93%
G = 20.57%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA506B (or 0xCA506B) is known color: Cabaret. HEX triplet: CA, 50 and 6B. RGB value is (202,80,107). Sum of RGB (Red+Green+Blue) = 202+80+107=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA506B is #35AF94. Grayscale: #777777. Windows color (decimal): -3518357 or 7033034. OLE color: 7033034.

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

Color convert

RGB 202 80 107 -
CMYK 0 0.60 0.47 0.21
HSL 346.72º 0.54% 0.55% -
HSV(B) 346.72º 0.6% 0.79% -
XYZ 29.88 19.36 16.07 -
YUV 119.56 120.92 186.8 -
System Red Green Blue C M Y K H S L
Decimal 202 80 107 0 0.60 0.47 0.21 346.72 0.54 0.55
Hex CA 50 6B 0 3C 2F 15 15B 36 37
Octal 312 120 153 0 74 57 25 533 66 67
Binary 11001010 1010000 1101011 0 111100 101111 10101 101011011 110110 110111

Color Harmonies of #CA506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA506B

Black with #CA506B

Text Example


Text Example

White with #CA506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA506B; }

 p { color: rgb(202,80,107); }

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

background-color css

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

 a { background-color: rgb(202,80,107); }

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

border-color css

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

 span { border-color: rgb(202,80,107); }

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