Html Css Color HEX #C99652 Twine

📋 copy color: '#C99652'

red 201 ◦ green 150 ◦ blue 82

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

Shades of Twine #C99652

Tints of Twine #C99652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.94%

R = 46.42%
G = 34.64%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C99652 (or 0xC99652) is known color: Twine. HEX triplet: C9, 96 and 52. RGB value is (201,150,82). Sum of RGB (Red+Green+Blue) = 201+150+82=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C99652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99652 is #3669AD. Grayscale: #9D9D9D. Windows color (decimal): -3565998 or 5412553. OLE color: 5412553.

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

Color convert

RGB 201 150 82 -
CMYK 0 0.25 0.59 0.21
HSL 34.29º 0.52% 0.55% -
HSV(B) 34.29º 0.59% 0.79% -
XYZ 36.52 34.84 12.78 -
YUV 157.5 85.4 159.03 -
System Red Green Blue C M Y K H S L
Decimal 201 150 82 0 0.25 0.59 0.21 34.29 0.52 0.55
Hex C9 96 52 0 19 3B 15 22 34 37
Octal 311 226 122 0 31 73 25 42 64 67
Binary 11001001 10010110 1010010 0 11001 111011 10101 100010 110100 110111

Color Harmonies of #C99652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99652

Black with #C99652

Text Example


Text Example

White with #C99652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99652; }

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

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

background-color css

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

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

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

border-color css

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

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

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