Html Css Color HEX #CA4173 Cabaret

📋 copy color: '#CA4173'

red 202 ◦ green 65 ◦ blue 115

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

Shades of Cabaret #CA4173

Tints of Cabaret #CA4173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.1%

R = 52.88%
G = 17.02%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA4173 (or 0xCA4173) is known color: Cabaret. HEX triplet: CA, 41 and 73. RGB value is (202,65,115). Sum of RGB (Red+Green+Blue) = 202+65+115=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4173 is #35BE8C. Grayscale: #6F6F6F. Windows color (decimal): -3522189 or 7553482. OLE color: 7553482.

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

Color convert

RGB 202 65 115 -
CMYK 0 0.68 0.43 0.21
HSL 338.1º 0.56% 0.52% -
HSV(B) 338.1º 0.68% 0.79% -
XYZ 29.34 17.57 18.07 -
YUV 111.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 202 65 115 0 0.68 0.43 0.21 338.1 0.56 0.52
Hex CA 41 73 0 44 2B 15 152 38 34
Octal 312 101 163 0 104 53 25 522 70 64
Binary 11001010 1000001 1110011 0 1000100 101011 10101 101010010 111000 110100

Color Harmonies of #CA4173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4173

Black with #CA4173

Text Example


Text Example

White with #CA4173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4173; }

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

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

background-color css

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

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

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

border-color css

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

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

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