Html Css Color HEX #C08E5F Twine

📋 copy color: '#C08E5F'

red 192 ◦ green 142 ◦ blue 95

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

Shades of Twine #C08E5F

Tints of Twine #C08E5F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.1%

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

R = 44.76%
G = 33.1%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C08E5F (or 0xC08E5F) is known color: Twine. HEX triplet: C0, 8E and 5F. RGB value is (192,142,95). Sum of RGB (Red+Green+Blue) = 192+142+95=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08E5F is #3F71A0. Grayscale: #979797. Windows color (decimal): -4157857 or 6262464. OLE color: 6262464.

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

Color convert

RGB 192 142 95 -
CMYK 0 0.26 0.51 0.25
HSL 29.07º 0.43% 0.56% -
HSV(B) 29.07º 0.51% 0.75% -
XYZ 33.48 31.38 15.12 -
YUV 151.59 96.07 156.82 -
System Red Green Blue C M Y K H S L
Decimal 192 142 95 0 0.26 0.51 0.25 29.07 0.43 0.56
Hex C0 8E 5F 0 1A 33 19 1D 2B 38
Octal 300 216 137 0 32 63 31 35 53 70
Binary 11000000 10001110 1011111 0 11010 110011 11001 11101 101011 111000

Color Harmonies of #C08E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08E5F

Black with #C08E5F

Text Example


Text Example

White with #C08E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08E5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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