Html Css Color HEX #CA4172 Cabaret

📋 copy color: '#CA4172'

red 202 ◦ green 65 ◦ blue 114

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

Shades of Cabaret #CA4172

Tints of Cabaret #CA4172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.06%

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

R = 53.02%
G = 17.06%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA4172 (or 0xCA4172) is known color: Cabaret. HEX triplet: CA, 41 and 72. RGB value is (202,65,114). Sum of RGB (Red+Green+Blue) = 202+65+114=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4172 is #35BE8D. Grayscale: #6F6F6F. Windows color (decimal): -3522190 or 7487946. OLE color: 7487946.

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

Color convert

RGB 202 65 114 -
CMYK 0 0.68 0.44 0.21
HSL 338.54º 0.56% 0.52% -
HSV(B) 338.54º 0.68% 0.79% -
XYZ 29.28 17.55 17.76 -
YUV 111.55 129.39 192.52 -
System Red Green Blue C M Y K H S L
Decimal 202 65 114 0 0.68 0.44 0.21 338.54 0.56 0.52
Hex CA 41 72 0 44 2C 15 153 38 34
Octal 312 101 162 0 104 54 25 523 70 64
Binary 11001010 1000001 1110010 0 1000100 101100 10101 101010011 111000 110100

Color Harmonies of #CA4172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4172

Black with #CA4172

Text Example


Text Example

White with #CA4172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4172; }

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

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

background-color css

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

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

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

border-color css

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

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

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