Html Css Color HEX #C08A67 Whiskey

📋 copy color: '#C08A67'

red 192 ◦ green 138 ◦ blue 103

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

Shades of Whiskey #C08A67

Tints of Whiskey #C08A67

RGB

 RED value IS 192 (75.39% from 255) = 44.34%

 GREEN value IS 138 (54.3% from 255) = 31.87%

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

R = 44.34%
G = 31.87%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C08A67 (or 0xC08A67) is known color: Whiskey. HEX triplet: C0, 8A and 67. RGB value is (192,138,103). Sum of RGB (Red+Green+Blue) = 192+138+103=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A67 is #3F7598. Grayscale: #969696. Windows color (decimal): -4158873 or 6785728. OLE color: 6785728.

HSL color Cylindrical-coordinate representation of color #C08A67: hue angle of 23.6º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C08A67 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 138 103 -
CMYK 0 0.28 0.46 0.25
HSL 23.6º 0.41% 0.58% -
HSV(B) 23.6º 0.46% 0.75% -
XYZ 33.27 30.36 16.94 -
YUV 150.16 101.39 157.85 -
System Red Green Blue C M Y K H S L
Decimal 192 138 103 0 0.28 0.46 0.25 23.6 0.41 0.58
Hex C0 8A 67 0 1C 2E 19 18 29 3A
Octal 300 212 147 0 34 56 31 30 51 72
Binary 11000000 10001010 1100111 0 11100 101110 11001 11000 101001 111010

Color Harmonies of #C08A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08A67

Black with #C08A67

Text Example


Text Example

White with #C08A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08A67; }

 p { color: rgb(192,138,103); }

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

background-color css

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

 a { background-color: rgb(192,138,103); }

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

border-color css

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

 span { border-color: rgb(192,138,103); }

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