Html Css Color HEX #C0885F Twine

📋 copy color: '#C0885F'

red 192 ◦ green 136 ◦ blue 95

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

Shades of Twine #C0885F

Tints of Twine #C0885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.15%

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

R = 45.39%
G = 32.15%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0885F (or 0xC0885F) is known color: Twine. HEX triplet: C0, 88 and 5F. RGB value is (192,136,95). Sum of RGB (Red+Green+Blue) = 192+136+95=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C0885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0885F is #3F77A0. Grayscale: #949494. Windows color (decimal): -4159393 or 6260928. OLE color: 6260928.

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

Color convert

RGB 192 136 95 -
CMYK 0 0.29 0.51 0.25
HSL 25.36º 0.43% 0.56% -
HSV(B) 25.36º 0.51% 0.75% -
XYZ 32.61 29.64 14.83 -
YUV 148.07 98.05 159.33 -
System Red Green Blue C M Y K H S L
Decimal 192 136 95 0 0.29 0.51 0.25 25.36 0.43 0.56
Hex C0 88 5F 0 1D 33 19 19 2B 38
Octal 300 210 137 0 35 63 31 31 53 70
Binary 11000000 10001000 1011111 0 11101 110011 11001 11001 101011 111000

Color Harmonies of #C0885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0885F

Black with #C0885F

Text Example


Text Example

White with #C0885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0885F; }

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

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

background-color css

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

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

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

border-color css

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

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

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