Html Css Color HEX #C2975A Twine

📋 copy color: '#C2975A'

red 194 ◦ green 151 ◦ blue 90

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

Shades of Twine #C2975A

Tints of Twine #C2975A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.71%

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

R = 44.6%
G = 34.71%
B = 20.69%

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

#C2975A (or 0xC2975A) is known color: Twine. HEX triplet: C2, 97 and 5A. RGB value is (194,151,90). Sum of RGB (Red+Green+Blue) = 194+151+90=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2975A is #3D68A5. Grayscale: #9D9D9D. Windows color (decimal): -4024486 or 5937090. OLE color: 5937090.

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

Color convert

RGB 194 151 90 -
CMYK 0 0.22 0.54 0.24
HSL 35.19º 0.46% 0.56% -
HSV(B) 35.19º 0.54% 0.76% -
XYZ 35.16 34.34 14.45 -
YUV 156.9 90.25 154.46 -
System Red Green Blue C M Y K H S L
Decimal 194 151 90 0 0.22 0.54 0.24 35.19 0.46 0.56
Hex C2 97 5A 0 16 36 18 23 2E 38
Octal 302 227 132 0 26 66 30 43 56 70
Binary 11000010 10010111 1011010 0 10110 110110 11000 100011 101110 111000

Color Harmonies of #C2975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2975A

Black with #C2975A

Text Example


Text Example

White with #C2975A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2975A; }

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

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

background-color css

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

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

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

border-color css

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

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

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