Html Css Color HEX #CA4063 Cabaret

📋 copy color: '#CA4063'

red 202 ◦ green 64 ◦ blue 99

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

Shades of Cabaret #CA4063

Tints of Cabaret #CA4063

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.53%

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

R = 55.34%
G = 17.53%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA4063 (or 0xCA4063) is known color: Cabaret. HEX triplet: CA, 40 and 63. RGB value is (202,64,99). Sum of RGB (Red+Green+Blue) = 202+64+99=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4063 is #35BF9C. Grayscale: #6D6D6D. Windows color (decimal): -3522461 or 6504650. OLE color: 6504650.

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

Color convert

RGB 202 64 99 -
CMYK 0 0.68 0.51 0.21
HSL 344.78º 0.57% 0.52% -
HSV(B) 344.78º 0.68% 0.79% -
XYZ 28.44 17.12 13.61 -
YUV 109.25 122.22 194.15 -
System Red Green Blue C M Y K H S L
Decimal 202 64 99 0 0.68 0.51 0.21 344.78 0.57 0.52
Hex CA 40 63 0 44 33 15 159 39 34
Octal 312 100 143 0 104 63 25 531 71 64
Binary 11001010 1000000 1100011 0 1000100 110011 10101 101011001 111001 110100

Color Harmonies of #CA4063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4063

Black with #CA4063

Text Example


Text Example

White with #CA4063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4063; }

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

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

background-color css

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

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

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

border-color css

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

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

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