Html Css Color HEX #C08C5F Twine

📋 copy color: '#C08C5F'

red 192 ◦ green 140 ◦ blue 95

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

Shades of Twine #C08C5F

Tints of Twine #C08C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.25%

R = 44.96%
G = 32.79%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C08C5F (or 0xC08C5F) is known color: Twine. HEX triplet: C0, 8C and 5F. RGB value is (192,140,95). Sum of RGB (Red+Green+Blue) = 192+140+95=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08C5F is #3F73A0. Grayscale: #969696. Windows color (decimal): -4158369 or 6261952. OLE color: 6261952.

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

Color convert

RGB 192 140 95 -
CMYK 0 0.27 0.51 0.25
HSL 27.84º 0.43% 0.56% -
HSV(B) 27.84º 0.51% 0.75% -
XYZ 33.18 30.79 15.02 -
YUV 150.42 96.73 157.66 -
System Red Green Blue C M Y K H S L
Decimal 192 140 95 0 0.27 0.51 0.25 27.84 0.43 0.56
Hex C0 8C 5F 0 1B 33 19 1C 2B 38
Octal 300 214 137 0 33 63 31 34 53 70
Binary 11000000 10001100 1011111 0 11011 110011 11001 11100 101011 111000

Color Harmonies of #C08C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08C5F

Black with #C08C5F

Text Example


Text Example

White with #C08C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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