Html Css Color HEX #CA9462 Whiskey

📋 copy color: '#CA9462'

red 202 ◦ green 148 ◦ blue 98

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

Shades of Whiskey #CA9462

Tints of Whiskey #CA9462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.88%

R = 45.09%
G = 33.04%
B = 21.88%

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

#CA9462 (or 0xCA9462) is known color: Whiskey. HEX triplet: CA, 94 and 62. RGB value is (202,148,98). Sum of RGB (Red+Green+Blue) = 202+148+98=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9462 is #356B9D. Grayscale: #9E9E9E. Windows color (decimal): -3500958 or 6460618. OLE color: 6460618.

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

Color convert

RGB 202 148 98 -
CMYK 0 0.27 0.51 0.21
HSL 28.85º 0.5% 0.59% -
HSV(B) 28.85º 0.51% 0.79% -
XYZ 37.15 34.62 16.28 -
YUV 158.45 93.89 159.07 -
System Red Green Blue C M Y K H S L
Decimal 202 148 98 0 0.27 0.51 0.21 28.85 0.5 0.59
Hex CA 94 62 0 1B 33 15 1D 32 3B
Octal 312 224 142 0 33 63 25 35 62 73
Binary 11001010 10010100 1100010 0 11011 110011 10101 11101 110010 111011

Color Harmonies of #CA9462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9462

Black with #CA9462

Text Example


Text Example

White with #CA9462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9462; }

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

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

background-color css

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

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

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

border-color css

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

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

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