Html Css Color HEX #CA4874 Cabaret

📋 copy color: '#CA4874'

red 202 ◦ green 72 ◦ blue 116

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

Shades of Cabaret #CA4874

Tints of Cabaret #CA4874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.46%

 BLUE value IS 116 (45.7% from 255) = 29.74%

R = 51.79%
G = 18.46%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA4874 (or 0xCA4874) is known color: Cabaret. HEX triplet: CA, 48 and 74. RGB value is (202,72,116). Sum of RGB (Red+Green+Blue) = 202+72+116=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4874 is #35B78B. Grayscale: #737373. Windows color (decimal): -3520396 or 7620810. OLE color: 7620810.

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

Color convert

RGB 202 72 116 -
CMYK 0 0.64 0.43 0.21
HSL 339.69º 0.55% 0.54% -
HSV(B) 339.69º 0.64% 0.79% -
XYZ 29.83 18.45 18.51 -
YUV 115.89 128.07 189.42 -
System Red Green Blue C M Y K H S L
Decimal 202 72 116 0 0.64 0.43 0.21 339.69 0.55 0.54
Hex CA 48 74 0 40 2B 15 154 37 36
Octal 312 110 164 0 100 53 25 524 67 66
Binary 11001010 1001000 1110100 0 1000000 101011 10101 101010100 110111 110110

Color Harmonies of #CA4874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4874

Black with #CA4874

Text Example


Text Example

White with #CA4874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4874; }

 p { color: rgb(202,72,116); }

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

background-color css

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

 a { background-color: rgb(202,72,116); }

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

border-color css

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

 span { border-color: rgb(202,72,116); }

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