Html Css Color HEX #CA9262 Whiskey

📋 copy color: '#CA9262'

red 202 ◦ green 146 ◦ blue 98

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

Shades of Whiskey #CA9262

Tints of Whiskey #CA9262

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.74%

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

R = 45.29%
G = 32.74%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA9262 (or 0xCA9262) is known color: Whiskey. HEX triplet: CA, 92 and 62. RGB value is (202,146,98). Sum of RGB (Red+Green+Blue) = 202+146+98=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9262 is #356D9D. Grayscale: #9D9D9D. Windows color (decimal): -3501470 or 6460106. OLE color: 6460106.

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

Color convert

RGB 202 146 98 -
CMYK 0 0.28 0.51 0.21
HSL 27.69º 0.5% 0.59% -
HSV(B) 27.69º 0.51% 0.79% -
XYZ 36.84 34 16.18 -
YUV 157.27 94.55 159.9 -
System Red Green Blue C M Y K H S L
Decimal 202 146 98 0 0.28 0.51 0.21 27.69 0.5 0.59
Hex CA 92 62 0 1C 33 15 1C 32 3B
Octal 312 222 142 0 34 63 25 34 62 73
Binary 11001010 10010010 1100010 0 11100 110011 10101 11100 110010 111011

Color Harmonies of #CA9262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9262

Black with #CA9262

Text Example


Text Example

White with #CA9262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9262; }

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

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

background-color css

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

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

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

border-color css

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

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

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