Html Css Color HEX #CA4872 Cabaret

📋 copy color: '#CA4872'

red 202 ◦ green 72 ◦ blue 114

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

Shades of Cabaret #CA4872

Tints of Cabaret #CA4872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.38%

R = 52.06%
G = 18.56%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA4872 (or 0xCA4872) is known color: Cabaret. HEX triplet: CA, 48 and 72. RGB value is (202,72,114). Sum of RGB (Red+Green+Blue) = 202+72+114=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4872 is #35B78D. Grayscale: #737373. Windows color (decimal): -3520398 or 7489738. OLE color: 7489738.

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

Color convert

RGB 202 72 114 -
CMYK 0 0.64 0.44 0.21
HSL 340.62º 0.55% 0.54% -
HSV(B) 340.62º 0.64% 0.79% -
XYZ 29.71 18.41 17.91 -
YUV 115.66 127.07 189.58 -
System Red Green Blue C M Y K H S L
Decimal 202 72 114 0 0.64 0.44 0.21 340.62 0.55 0.54
Hex CA 48 72 0 40 2C 15 155 37 36
Octal 312 110 162 0 100 54 25 525 67 66
Binary 11001010 1001000 1110010 0 1000000 101100 10101 101010101 110111 110110

Color Harmonies of #CA4872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4872

Black with #CA4872

Text Example


Text Example

White with #CA4872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4872; }

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

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

background-color css

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

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

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

border-color css

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

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

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