Html Css Color HEX #CA4A63 Cabaret

📋 copy color: '#CA4A63'

red 202 ◦ green 74 ◦ blue 99

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

Shades of Cabaret #CA4A63

Tints of Cabaret #CA4A63

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.73%

 BLUE value IS 99 (39.06% from 255) = 26.4%

R = 53.87%
G = 19.73%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA4A63 (or 0xCA4A63) is known color: Cabaret. HEX triplet: CA, 4A and 63. RGB value is (202,74,99). Sum of RGB (Red+Green+Blue) = 202+74+99=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A63 is #35B59C. Grayscale: #737373. Windows color (decimal): -3519901 or 6507210. OLE color: 6507210.

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

Color convert

RGB 202 74 99 -
CMYK 0 0.63 0.51 0.21
HSL 348.28º 0.55% 0.54% -
HSV(B) 348.28º 0.63% 0.79% -
XYZ 29.06 18.35 13.82 -
YUV 115.12 118.91 189.97 -
System Red Green Blue C M Y K H S L
Decimal 202 74 99 0 0.63 0.51 0.21 348.28 0.55 0.54
Hex CA 4A 63 0 3F 33 15 15C 37 36
Octal 312 112 143 0 77 63 25 534 67 66
Binary 11001010 1001010 1100011 0 111111 110011 10101 101011100 110111 110110

Color Harmonies of #CA4A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4A63

Black with #CA4A63

Text Example


Text Example

White with #CA4A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4A63; }

 p { color: rgb(202,74,99); }

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

background-color css

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

 a { background-color: rgb(202,74,99); }

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

border-color css

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

 span { border-color: rgb(202,74,99); }

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