Html Css Color HEX #CA4263 Cabaret

📋 copy color: '#CA4263'

red 202 ◦ green 66 ◦ blue 99

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

Shades of Cabaret #CA4263

Tints of Cabaret #CA4263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.98%

R = 55.04%
G = 17.98%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA4263 (or 0xCA4263) is known color: Cabaret. HEX triplet: CA, 42 and 63. RGB value is (202,66,99). Sum of RGB (Red+Green+Blue) = 202+66+99=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4263 is #35BD9C. Grayscale: #6E6E6E. Windows color (decimal): -3521949 or 6505162. OLE color: 6505162.

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

Color convert

RGB 202 66 99 -
CMYK 0 0.67 0.51 0.21
HSL 345.44º 0.56% 0.53% -
HSV(B) 345.44º 0.67% 0.79% -
XYZ 28.56 17.35 13.65 -
YUV 110.43 121.56 193.32 -
System Red Green Blue C M Y K H S L
Decimal 202 66 99 0 0.67 0.51 0.21 345.44 0.56 0.53
Hex CA 42 63 0 43 33 15 159 38 35
Octal 312 102 143 0 103 63 25 531 70 65
Binary 11001010 1000010 1100011 0 1000011 110011 10101 101011001 111000 110101

Color Harmonies of #CA4263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4263

Black with #CA4263

Text Example


Text Example

White with #CA4263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4263; }

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

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

background-color css

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

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

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

border-color css

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

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

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