Html Css Color HEX #C89062 Whiskey

📋 copy color: '#C89062'

red 200 ◦ green 144 ◦ blue 98

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

Shades of Whiskey #C89062

Tints of Whiskey #C89062

RGB

 RED value IS 200 (78.52% from 255) = 45.25%

 GREEN value IS 144 (56.64% from 255) = 32.58%

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

R = 45.25%
G = 32.58%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C89062 (or 0xC89062) is known color: Whiskey. HEX triplet: C8, 90 and 62. RGB value is (200,144,98). Sum of RGB (Red+Green+Blue) = 200+144+98=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C89062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89062 is #376F9D. Grayscale: #9B9B9B. Windows color (decimal): -3633054 or 6459592. OLE color: 6459592.

HSL color Cylindrical-coordinate representation of color #C89062: hue angle of 27.06º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C89062 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 144 98 -
CMYK 0 0.28 0.51 0.22
HSL 27.06º 0.48% 0.58% -
HSV(B) 27.06º 0.51% 0.78% -
XYZ 36 33.11 16.05 -
YUV 155.5 95.55 159.74 -
System Red Green Blue C M Y K H S L
Decimal 200 144 98 0 0.28 0.51 0.22 27.06 0.48 0.58
Hex C8 90 62 0 1C 33 16 1B 30 3A
Octal 310 220 142 0 34 63 26 33 60 72
Binary 11001000 10010000 1100010 0 11100 110011 10110 11011 110000 111010

Color Harmonies of #C89062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89062

Black with #C89062

Text Example


Text Example

White with #C89062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89062; }

 p { color: rgb(200,144,98); }

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

background-color css

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

 a { background-color: rgb(200,144,98); }

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

border-color css

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

 span { border-color: rgb(200,144,98); }

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