Html Css Color HEX #C08C64 Twine

📋 copy color: '#C08C64'

red 192 ◦ green 140 ◦ blue 100

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

Shades of Twine #C08C64

Tints of Twine #C08C64

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.41%

 BLUE value IS 100 (39.45% from 255) = 23.15%

R = 44.44%
G = 32.41%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C08C64 (or 0xC08C64) is known color: Twine. HEX triplet: C0, 8C and 64. RGB value is (192,140,100). Sum of RGB (Red+Green+Blue) = 192+140+100=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08C64 is #3F739B. Grayscale: #979797. Windows color (decimal): -4158364 or 6589632. OLE color: 6589632.

HSL color Cylindrical-coordinate representation of color #C08C64: hue angle of 26.09º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C08C64 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 140 100 -
CMYK 0 0.27 0.48 0.25
HSL 26.09º 0.42% 0.57% -
HSV(B) 26.09º 0.48% 0.75% -
XYZ 33.42 30.88 16.26 -
YUV 150.99 99.23 157.25 -
System Red Green Blue C M Y K H S L
Decimal 192 140 100 0 0.27 0.48 0.25 26.09 0.42 0.57
Hex C0 8C 64 0 1B 30 19 1A 2A 39
Octal 300 214 144 0 33 60 31 32 52 71
Binary 11000000 10001100 1100100 0 11011 110000 11001 11010 101010 111001

Color Harmonies of #C08C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08C64

Black with #C08C64

Text Example


Text Example

White with #C08C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08C64; }

 p { color: rgb(192,140,100); }

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

background-color css

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

 a { background-color: rgb(192,140,100); }

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

border-color css

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

 span { border-color: rgb(192,140,100); }

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