Html Css Color HEX #CA4672 Cabaret

📋 copy color: '#CA4672'

red 202 ◦ green 70 ◦ blue 114

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

Shades of Cabaret #CA4672

Tints of Cabaret #CA4672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.13%

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

R = 52.33%
G = 18.13%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA4672 (or 0xCA4672) is known color: Cabaret. HEX triplet: CA, 46 and 72. RGB value is (202,70,114). Sum of RGB (Red+Green+Blue) = 202+70+114=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4672 is #35B98D. Grayscale: #727272. Windows color (decimal): -3520910 or 7489226. OLE color: 7489226.

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

Color convert

RGB 202 70 114 -
CMYK 0 0.65 0.44 0.21
HSL 340º 0.55% 0.53% -
HSV(B) 340º 0.65% 0.79% -
XYZ 29.58 18.15 17.86 -
YUV 114.48 127.73 190.42 -
System Red Green Blue C M Y K H S L
Decimal 202 70 114 0 0.65 0.44 0.21 340 0.55 0.53
Hex CA 46 72 0 41 2C 15 154 37 35
Octal 312 106 162 0 101 54 25 524 67 65
Binary 11001010 1000110 1110010 0 1000001 101100 10101 101010100 110111 110101

Color Harmonies of #CA4672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4672

Black with #CA4672

Text Example


Text Example

White with #CA4672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4672; }

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

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

background-color css

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

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

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

border-color css

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

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

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