Html Css Color HEX #CA4273 Cabaret

📋 copy color: '#CA4273'

red 202 ◦ green 66 ◦ blue 115

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

Shades of Cabaret #CA4273

Tints of Cabaret #CA4273

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.23%

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

R = 52.74%
G = 17.23%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA4273 (or 0xCA4273) is known color: Cabaret. HEX triplet: CA, 42 and 73. RGB value is (202,66,115). Sum of RGB (Red+Green+Blue) = 202+66+115=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4273 is #35BD8C. Grayscale: #707070. Windows color (decimal): -3521933 or 7553738. OLE color: 7553738.

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

Color convert

RGB 202 66 115 -
CMYK 0 0.67 0.43 0.21
HSL 338.38º 0.56% 0.53% -
HSV(B) 338.38º 0.67% 0.79% -
XYZ 29.4 17.69 18.08 -
YUV 112.25 129.56 192.02 -
System Red Green Blue C M Y K H S L
Decimal 202 66 115 0 0.67 0.43 0.21 338.38 0.56 0.53
Hex CA 42 73 0 43 2B 15 152 38 35
Octal 312 102 163 0 103 53 25 522 70 65
Binary 11001010 1000010 1110011 0 1000011 101011 10101 101010010 111000 110101

Color Harmonies of #CA4273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4273

Black with #CA4273

Text Example


Text Example

White with #CA4273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4273; }

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

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

background-color css

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

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

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

border-color css

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

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

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