Html Css Color HEX #C1874F Twine

📋 copy color: '#C1874F'

red 193 ◦ green 135 ◦ blue 79

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

Shades of Twine #C1874F

Tints of Twine #C1874F

RGB

 RED value IS 193 (75.78% from 255) = 47.42%

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

 BLUE value IS 79 (31.25% from 255) = 19.41%

R = 47.42%
G = 33.17%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C1874F (or 0xC1874F) is known color: Twine. HEX triplet: C1, 87 and 4F. RGB value is (193,135,79). Sum of RGB (Red+Green+Blue) = 193+135+79=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C1874F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1874F is #3E78B0. Grayscale: #929292. Windows color (decimal): -4094129 or 5212097. OLE color: 5212097.

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

Color convert

RGB 193 135 79 -
CMYK 0 0.30 0.59 0.24
HSL 29.47º 0.48% 0.53% -
HSV(B) 29.47º 0.59% 0.76% -
XYZ 32.07 29.23 11.35 -
YUV 145.96 90.22 161.55 -
System Red Green Blue C M Y K H S L
Decimal 193 135 79 0 0.30 0.59 0.24 29.47 0.48 0.53
Hex C1 87 4F 0 1E 3B 18 1D 30 35
Octal 301 207 117 0 36 73 30 35 60 65
Binary 11000001 10000111 1001111 0 11110 111011 11000 11101 110000 110101

Color Harmonies of #C1874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1874F

Black with #C1874F

Text Example


Text Example

White with #C1874F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1874F; }

 p { color: rgb(193,135,79); }

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

background-color css

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

 a { background-color: rgb(193,135,79); }

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

border-color css

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

 span { border-color: rgb(193,135,79); }

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