Html Css Color HEX #C0965B Twine

📋 copy color: '#C0965B'

red 192 ◦ green 150 ◦ blue 91

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

Shades of Twine #C0965B

Tints of Twine #C0965B

RGB

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

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

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

R = 44.34%
G = 34.64%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0965B (or 0xC0965B) is known color: Twine. HEX triplet: C0, 96 and 5B. RGB value is (192,150,91). Sum of RGB (Red+Green+Blue) = 192+150+91=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0965B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0965B is #3F69A4. Grayscale: #9C9C9C. Windows color (decimal): -4155813 or 6002368. OLE color: 6002368.

HSL color Cylindrical-coordinate representation of color #C0965B: hue angle of 35.05º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0965B is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 150 91 -
CMYK 0 0.22 0.53 0.25
HSL 35.05º 0.44% 0.55% -
HSV(B) 35.05º 0.53% 0.75% -
XYZ 34.53 33.77 14.6 -
YUV 155.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 192 150 91 0 0.22 0.53 0.25 35.05 0.44 0.55
Hex C0 96 5B 0 16 35 19 23 2C 37
Octal 300 226 133 0 26 65 31 43 54 67
Binary 11000000 10010110 1011011 0 10110 110101 11001 100011 101100 110111

Color Harmonies of #C0965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0965B

Black with #C0965B

Text Example


Text Example

White with #C0965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0965B; }

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

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

background-color css

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

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

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

border-color css

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

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

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