Html Css Color HEX #C8965B Twine

📋 copy color: '#C8965B'

red 200 ◦ green 150 ◦ blue 91

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

Shades of Twine #C8965B

Tints of Twine #C8965B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.63%

R = 45.35%
G = 34.01%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8965B (or 0xC8965B) is known color: Twine. HEX triplet: C8, 96 and 5B. RGB value is (200,150,91). Sum of RGB (Red+Green+Blue) = 200+150+91=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8965B is #3769A4. Grayscale: #9E9E9E. Windows color (decimal): -3631525 or 6002376. OLE color: 6002376.

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

Color convert

RGB 200 150 91 -
CMYK 0 0.25 0.54 0.22
HSL 32.48º 0.5% 0.57% -
HSV(B) 32.48º 0.55% 0.78% -
XYZ 36.61 34.85 14.69 -
YUV 158.22 90.07 157.8 -
System Red Green Blue C M Y K H S L
Decimal 200 150 91 0 0.25 0.54 0.22 32.48 0.5 0.57
Hex C8 96 5B 0 19 36 16 20 32 39
Octal 310 226 133 0 31 66 26 40 62 71
Binary 11001000 10010110 1011011 0 11001 110110 10110 100000 110010 111001

Color Harmonies of #C8965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8965B

Black with #C8965B

Text Example


Text Example

White with #C8965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8965B; }

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

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

background-color css

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

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

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

border-color css

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

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

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