Html Css Color HEX #C08A63 Twine

📋 copy color: '#C08A63'

red 192 ◦ green 138 ◦ blue 99

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

Shades of Twine #C08A63

Tints of Twine #C08A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.08%

R = 44.76%
G = 32.17%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C08A63 (or 0xC08A63) is known color: Twine. HEX triplet: C0, 8A and 63. RGB value is (192,138,99). Sum of RGB (Red+Green+Blue) = 192+138+99=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A63 is #3F759C. Grayscale: #959595. Windows color (decimal): -4158877 or 6523584. OLE color: 6523584.

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

Color convert

RGB 192 138 99 -
CMYK 0 0.28 0.48 0.25
HSL 25.16º 0.42% 0.57% -
HSV(B) 25.16º 0.48% 0.75% -
XYZ 33.08 30.28 15.91 -
YUV 149.7 99.39 158.17 -
System Red Green Blue C M Y K H S L
Decimal 192 138 99 0 0.28 0.48 0.25 25.16 0.42 0.57
Hex C0 8A 63 0 1C 30 19 19 2A 39
Octal 300 212 143 0 34 60 31 31 52 71
Binary 11000000 10001010 1100011 0 11100 110000 11001 11001 101010 111001

Color Harmonies of #C08A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08A63

Black with #C08A63

Text Example


Text Example

White with #C08A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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