Html Css Color HEX #CA4966 Cabaret

📋 copy color: '#CA4966'

red 202 ◦ green 73 ◦ blue 102

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

Shades of Cabaret #CA4966

Tints of Cabaret #CA4966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.36%

 BLUE value IS 102 (40.23% from 255) = 27.06%

R = 53.58%
G = 19.36%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA4966 (or 0xCA4966) is known color: Cabaret. HEX triplet: CA, 49 and 66. RGB value is (202,73,102). Sum of RGB (Red+Green+Blue) = 202+73+102=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4966 is #35B699. Grayscale: #727272. Windows color (decimal): -3520154 or 6703562. OLE color: 6703562.

HSL color Cylindrical-coordinate representation of color #CA4966: hue angle of 346.51º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4966 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 73 102 -
CMYK 0 0.64 0.50 0.21
HSL 346.51º 0.55% 0.54% -
HSV(B) 346.51º 0.64% 0.79% -
XYZ 29.14 18.28 14.56 -
YUV 114.88 120.74 190.14 -
System Red Green Blue C M Y K H S L
Decimal 202 73 102 0 0.64 0.50 0.21 346.51 0.55 0.54
Hex CA 49 66 0 40 32 15 15B 37 36
Octal 312 111 146 0 100 62 25 533 67 66
Binary 11001010 1001001 1100110 0 1000000 110010 10101 101011011 110111 110110

Color Harmonies of #CA4966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4966

Black with #CA4966

Text Example


Text Example

White with #CA4966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4966; }

 p { color: rgb(202,73,102); }

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

background-color css

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

 a { background-color: rgb(202,73,102); }

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

border-color css

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

 span { border-color: rgb(202,73,102); }

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