Html Css Color HEX #C9965C Twine

📋 copy color: '#C9965C'

red 201 ◦ green 150 ◦ blue 92

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

Shades of Twine #C9965C

Tints of Twine #C9965C

RGB

 RED value IS 201 (78.91% from 255) = 45.37%

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

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

R = 45.37%
G = 33.86%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9965C (or 0xC9965C) is known color: Twine. HEX triplet: C9, 96 and 5C. RGB value is (201,150,92). Sum of RGB (Red+Green+Blue) = 201+150+92=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C9965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9965C is #3669A3. Grayscale: #9E9E9E. Windows color (decimal): -3565988 or 6067913. OLE color: 6067913.

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

Color convert

RGB 201 150 92 -
CMYK 0 0.25 0.54 0.21
HSL 31.93º 0.5% 0.57% -
HSV(B) 31.93º 0.54% 0.79% -
XYZ 36.93 35 14.94 -
YUV 158.64 90.4 158.22 -
System Red Green Blue C M Y K H S L
Decimal 201 150 92 0 0.25 0.54 0.21 31.93 0.5 0.57
Hex C9 96 5C 0 19 36 15 20 32 39
Octal 311 226 134 0 31 66 25 40 62 71
Binary 11001001 10010110 1011100 0 11001 110110 10101 100000 110010 111001

Color Harmonies of #C9965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9965C

Black with #C9965C

Text Example


Text Example

White with #C9965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9965C; }

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

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

background-color css

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

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

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

border-color css

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

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

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