Html Css Color HEX #C1875F Twine

📋 copy color: '#C1875F'

red 193 ◦ green 135 ◦ blue 95

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

Shades of Twine #C1875F

Tints of Twine #C1875F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.46%

R = 45.63%
G = 31.91%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1875F (or 0xC1875F) is known color: Twine. HEX triplet: C1, 87 and 5F. RGB value is (193,135,95). Sum of RGB (Red+Green+Blue) = 193+135+95=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C1875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1875F is #3E78A0. Grayscale: #939393. Windows color (decimal): -4094113 or 6260673. OLE color: 6260673.

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

Color convert

RGB 193 135 95 -
CMYK 0 0.30 0.51 0.24
HSL 24.49º 0.44% 0.56% -
HSV(B) 24.49º 0.51% 0.76% -
XYZ 32.72 29.49 14.79 -
YUV 147.78 98.22 160.25 -
System Red Green Blue C M Y K H S L
Decimal 193 135 95 0 0.30 0.51 0.24 24.49 0.44 0.56
Hex C1 87 5F 0 1E 33 18 18 2C 38
Octal 301 207 137 0 36 63 30 30 54 70
Binary 11000001 10000111 1011111 0 11110 110011 11000 11000 101100 111000

Color Harmonies of #C1875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1875F

Black with #C1875F

Text Example


Text Example

White with #C1875F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1875F; }

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

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

background-color css

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

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

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

border-color css

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

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

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