Html Css Color HEX #C2875B Twine

📋 copy color: '#C2875B'

red 194 ◦ green 135 ◦ blue 91

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

Shades of Twine #C2875B

Tints of Twine #C2875B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.14%

 BLUE value IS 91 (35.94% from 255) = 21.67%

R = 46.19%
G = 32.14%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2875B (or 0xC2875B) is known color: Twine. HEX triplet: C2, 87 and 5B. RGB value is (194,135,91). Sum of RGB (Red+Green+Blue) = 194+135+91=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2875B is #3D78A4. Grayscale: #939393. Windows color (decimal): -4028581 or 5998530. OLE color: 5998530.

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

Color convert

RGB 194 135 91 -
CMYK 0 0.30 0.53 0.24
HSL 25.63º 0.46% 0.56% -
HSV(B) 25.63º 0.53% 0.76% -
XYZ 32.8 29.55 13.87 -
YUV 147.63 96.05 161.08 -
System Red Green Blue C M Y K H S L
Decimal 194 135 91 0 0.30 0.53 0.24 25.63 0.46 0.56
Hex C2 87 5B 0 1E 35 18 1A 2E 38
Octal 302 207 133 0 36 65 30 32 56 70
Binary 11000010 10000111 1011011 0 11110 110101 11000 11010 101110 111000

Color Harmonies of #C2875B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2875B

Black with #C2875B

Text Example


Text Example

White with #C2875B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2875B; }

 p { color: rgb(194,135,91); }

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

background-color css

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

 a { background-color: rgb(194,135,91); }

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

border-color css

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

 span { border-color: rgb(194,135,91); }

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