Html Css Color HEX #C99C5C Twine

📋 copy color: '#C99C5C'

red 201 ◦ green 156 ◦ blue 92

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

Shades of Twine #C99C5C

Tints of Twine #C99C5C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.74%

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

R = 44.77%
G = 34.74%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C99C5C (or 0xC99C5C) is known color: Twine. HEX triplet: C9, 9C and 5C. RGB value is (201,156,92). Sum of RGB (Red+Green+Blue) = 201+156+92=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99C5C is #3663A3. Grayscale: #A2A2A2. Windows color (decimal): -3564452 or 6069449. OLE color: 6069449.

HSL color Cylindrical-coordinate representation of color #C99C5C: hue angle of 35.23º 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 #C99C5C is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 156 92 -
CMYK 0 0.22 0.54 0.21
HSL 35.23º 0.5% 0.57% -
HSV(B) 35.23º 0.54% 0.79% -
XYZ 37.91 36.97 15.26 -
YUV 162.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 201 156 92 0 0.22 0.54 0.21 35.23 0.5 0.57
Hex C9 9C 5C 0 16 36 15 23 32 39
Octal 311 234 134 0 26 66 25 43 62 71
Binary 11001001 10011100 1011100 0 10110 110110 10101 100011 110010 111001

Color Harmonies of #C99C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99C5C

Black with #C99C5C

Text Example


Text Example

White with #C99C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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