Html Css Color HEX #C8965F Twine

📋 copy color: '#C8965F'

red 200 ◦ green 150 ◦ blue 95

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

Shades of Twine #C8965F

Tints of Twine #C8965F

RGB

 RED value IS 200 (78.52% from 255) = 44.94%

 GREEN value IS 150 (58.98% from 255) = 33.71%

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

R = 44.94%
G = 33.71%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8965F (or 0xC8965F) is known color: Twine. HEX triplet: C8, 96 and 5F. RGB value is (200,150,95). Sum of RGB (Red+Green+Blue) = 200+150+95=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C8965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8965F is #3769A0. Grayscale: #9E9E9E. Windows color (decimal): -3631521 or 6264520. OLE color: 6264520.

HSL color Cylindrical-coordinate representation of color #C8965F: hue angle of 31.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8965F is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 150 95 -
CMYK 0 0.25 0.52 0.22
HSL 31.43º 0.49% 0.58% -
HSV(B) 31.43º 0.53% 0.78% -
XYZ 36.79 34.92 15.63 -
YUV 158.68 92.07 157.47 -
System Red Green Blue C M Y K H S L
Decimal 200 150 95 0 0.25 0.52 0.22 31.43 0.49 0.58
Hex C8 96 5F 0 19 34 16 1F 31 3A
Octal 310 226 137 0 31 64 26 37 61 72
Binary 11001000 10010110 1011111 0 11001 110100 10110 11111 110001 111010

Color Harmonies of #C8965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8965F

Black with #C8965F

Text Example


Text Example

White with #C8965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8965F; }

 p { color: rgb(200,150,95); }

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

background-color css

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

 a { background-color: rgb(200,150,95); }

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

border-color css

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

 span { border-color: rgb(200,150,95); }

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