Html Css Color HEX #C2985A Twine

📋 copy color: '#C2985A'

red 194 ◦ green 152 ◦ blue 90

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

Shades of Twine #C2985A

Tints of Twine #C2985A

RGB

 RED value IS 194 (76.17% from 255) = 44.5%

 GREEN value IS 152 (59.77% from 255) = 34.86%

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

R = 44.5%
G = 34.86%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2985A (or 0xC2985A) is known color: Twine. HEX triplet: C2, 98 and 5A. RGB value is (194,152,90). Sum of RGB (Red+Green+Blue) = 194+152+90=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2985A is #3D67A5. Grayscale: #9D9D9D. Windows color (decimal): -4024230 or 5937346. OLE color: 5937346.

HSL color Cylindrical-coordinate representation of color #C2985A: hue angle of 35.77º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2985A is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 152 90 -
CMYK 0 0.22 0.54 0.24
HSL 35.77º 0.46% 0.56% -
HSV(B) 35.77º 0.54% 0.76% -
XYZ 35.32 34.66 14.5 -
YUV 157.49 89.91 154.04 -
System Red Green Blue C M Y K H S L
Decimal 194 152 90 0 0.22 0.54 0.24 35.77 0.46 0.56
Hex C2 98 5A 0 16 36 18 24 2E 38
Octal 302 230 132 0 26 66 30 44 56 70
Binary 11000010 10011000 1011010 0 10110 110110 11000 100100 101110 111000

Color Harmonies of #C2985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2985A

Black with #C2985A

Text Example


Text Example

White with #C2985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2985A; }

 p { color: rgb(194,152,90); }

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

background-color css

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

 a { background-color: rgb(194,152,90); }

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

border-color css

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

 span { border-color: rgb(194,152,90); }

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