Html Css Color HEX #C0965C Twine

📋 copy color: '#C0965C'

red 192 ◦ green 150 ◦ blue 92

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

Shades of Twine #C0965C

Tints of Twine #C0965C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.2%

R = 44.24%
G = 34.56%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0965C (or 0xC0965C) is known color: Twine. HEX triplet: C0, 96 and 5C. RGB value is (192,150,92). Sum of RGB (Red+Green+Blue) = 192+150+92=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0965C is #3F69A3. Grayscale: #9C9C9C. Windows color (decimal): -4155812 or 6067904. OLE color: 6067904.

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

Color convert

RGB 192 150 92 -
CMYK 0 0.22 0.52 0.25
HSL 34.8º 0.44% 0.56% -
HSV(B) 34.8º 0.52% 0.75% -
XYZ 34.58 33.79 14.83 -
YUV 155.95 91.91 153.72 -
System Red Green Blue C M Y K H S L
Decimal 192 150 92 0 0.22 0.52 0.25 34.8 0.44 0.56
Hex C0 96 5C 0 16 34 19 23 2C 38
Octal 300 226 134 0 26 64 31 43 54 70
Binary 11000000 10010110 1011100 0 10110 110100 11001 100011 101100 111000

Color Harmonies of #C0965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0965C

Black with #C0965C

Text Example


Text Example

White with #C0965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0965C; }

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

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

background-color css

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

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

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

border-color css

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

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

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