Html Css Color HEX #CA9463 Whiskey

📋 copy color: '#CA9463'

red 202 ◦ green 148 ◦ blue 99

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

Shades of Whiskey #CA9463

Tints of Whiskey #CA9463

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.96%

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

R = 44.99%
G = 32.96%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA9463 (or 0xCA9463) is known color: Whiskey. HEX triplet: CA, 94 and 63. RGB value is (202,148,99). Sum of RGB (Red+Green+Blue) = 202+148+99=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9463 is #356B9C. Grayscale: #9E9E9E. Windows color (decimal): -3500957 or 6526154. OLE color: 6526154.

HSL color Cylindrical-coordinate representation of color #CA9463: hue angle of 28.54º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA9463 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 148 99 -
CMYK 0 0.27 0.51 0.21
HSL 28.54º 0.49% 0.59% -
HSV(B) 28.54º 0.51% 0.79% -
XYZ 37.2 34.64 16.53 -
YUV 158.56 94.39 158.98 -
System Red Green Blue C M Y K H S L
Decimal 202 148 99 0 0.27 0.51 0.21 28.54 0.49 0.59
Hex CA 94 63 0 1B 33 15 1D 31 3B
Octal 312 224 143 0 33 63 25 35 61 73
Binary 11001010 10010100 1100011 0 11011 110011 10101 11101 110001 111011

Color Harmonies of #CA9463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9463

Black with #CA9463

Text Example


Text Example

White with #CA9463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9463; }

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

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

background-color css

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

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

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

border-color css

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

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

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