Html Css Color HEX #C98F67 Whiskey

📋 copy color: '#C98F67'

red 201 ◦ green 143 ◦ blue 103

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

Shades of Whiskey #C98F67

Tints of Whiskey #C98F67

RGB

 RED value IS 201 (78.91% from 255) = 44.97%

 GREEN value IS 143 (56.25% from 255) = 31.99%

 BLUE value IS 103 (40.63% from 255) = 23.04%

R = 44.97%
G = 31.99%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#C98F67 (or 0xC98F67) is known color: Whiskey. HEX triplet: C9, 8F and 67. RGB value is (201,143,103). Sum of RGB (Red+Green+Blue) = 201+143+103=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F67 is #367098. Grayscale: #9C9C9C. Windows color (decimal): -3567769 or 6787017. OLE color: 6787017.

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

Color convert

RGB 201 143 103 -
CMYK 0 0.29 0.49 0.21
HSL 24.49º 0.48% 0.6% -
HSV(B) 24.49º 0.49% 0.79% -
XYZ 36.36 33.04 17.29 -
YUV 155.78 98.22 160.25 -
System Red Green Blue C M Y K H S L
Decimal 201 143 103 0 0.29 0.49 0.21 24.49 0.48 0.6
Hex C9 8F 67 0 1D 31 15 18 30 3C
Octal 311 217 147 0 35 61 25 30 60 74
Binary 11001001 10001111 1100111 0 11101 110001 10101 11000 110000 111100

Color Harmonies of #C98F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98F67

Black with #C98F67

Text Example


Text Example

White with #C98F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98F67; }

 p { color: rgb(201,143,103); }

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

background-color css

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

 a { background-color: rgb(201,143,103); }

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

border-color css

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

 span { border-color: rgb(201,143,103); }

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