Html Css Color HEX #C0995A Twine

📋 copy color: '#C0995A'

red 192 ◦ green 153 ◦ blue 90

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

Shades of Twine #C0995A

Tints of Twine #C0995A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.17%

 BLUE value IS 90 (35.55% from 255) = 20.69%

R = 44.14%
G = 35.17%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0995A (or 0xC0995A) is known color: Twine. HEX triplet: C0, 99 and 5A. RGB value is (192,153,90). Sum of RGB (Red+Green+Blue) = 192+153+90=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0995A is #3F66A5. Grayscale: #9D9D9D. Windows color (decimal): -4155046 or 5937600. OLE color: 5937600.

HSL color Cylindrical-coordinate representation of color #C0995A: hue angle of 37.06º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0995A is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 153 90 -
CMYK 0 0.20 0.53 0.25
HSL 37.06º 0.45% 0.55% -
HSV(B) 37.06º 0.53% 0.75% -
XYZ 34.97 34.73 14.53 -
YUV 157.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 192 153 90 0 0.20 0.53 0.25 37.06 0.45 0.55
Hex C0 99 5A 0 14 35 19 25 2D 37
Octal 300 231 132 0 24 65 31 45 55 67
Binary 11000000 10011001 1011010 0 10100 110101 11001 100101 101101 110111

Color Harmonies of #C0995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0995A

Black with #C0995A

Text Example


Text Example

White with #C0995A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0995A; }

 p { color: rgb(192,153,90); }

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

background-color css

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

 a { background-color: rgb(192,153,90); }

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

border-color css

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

 span { border-color: rgb(192,153,90); }

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