Html Css Color HEX #CA506C Cabaret

📋 copy color: '#CA506C'

red 202 ◦ green 80 ◦ blue 108

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

Shades of Cabaret #CA506C

Tints of Cabaret #CA506C

RGB

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

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

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

R = 51.79%
G = 20.51%
B = 27.69%

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

#CA506C (or 0xCA506C) is known color: Cabaret. HEX triplet: CA, 50 and 6C. RGB value is (202,80,108). Sum of RGB (Red+Green+Blue) = 202+80+108=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA506C is #35AF93. Grayscale: #777777. Windows color (decimal): -3518356 or 7098570. OLE color: 7098570.

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

Color convert

RGB 202 80 108 -
CMYK 0 0.60 0.47 0.21
HSL 346.23º 0.54% 0.55% -
HSV(B) 346.23º 0.6% 0.79% -
XYZ 29.93 19.38 16.35 -
YUV 119.67 121.42 186.72 -
System Red Green Blue C M Y K H S L
Decimal 202 80 108 0 0.60 0.47 0.21 346.23 0.54 0.55
Hex CA 50 6C 0 3C 2F 15 15A 36 37
Octal 312 120 154 0 74 57 25 532 66 67
Binary 11001010 1010000 1101100 0 111100 101111 10101 101011010 110110 110111

Color Harmonies of #CA506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA506C

Black with #CA506C

Text Example


Text Example

White with #CA506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA506C; }

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

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

background-color css

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

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

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

border-color css

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

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

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