Html Css Color HEX #C99C5D Twine

📋 copy color: '#C99C5D'

red 201 ◦ green 156 ◦ blue 93

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

Shades of Twine #C99C5D

Tints of Twine #C99C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.67%

R = 44.67%
G = 34.67%
B = 20.67%

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

#C99C5D (or 0xC99C5D) is known color: Twine. HEX triplet: C9, 9C and 5D. RGB value is (201,156,93). Sum of RGB (Red+Green+Blue) = 201+156+93=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99C5D is #3663A2. Grayscale: #A2A2A2. Windows color (decimal): -3564451 or 6134985. OLE color: 6134985.

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

Color convert

RGB 201 156 93 -
CMYK 0 0.22 0.54 0.21
HSL 35º 0.5% 0.58% -
HSV(B) 35º 0.54% 0.79% -
XYZ 37.95 36.98 15.49 -
YUV 162.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 201 156 93 0 0.22 0.54 0.21 35 0.5 0.58
Hex C9 9C 5D 0 16 36 15 23 32 3A
Octal 311 234 135 0 26 66 25 43 62 72
Binary 11001001 10011100 1011101 0 10110 110110 10101 100011 110010 111010

Color Harmonies of #C99C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99C5D

Black with #C99C5D

Text Example


Text Example

White with #C99C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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