Html Css Color HEX #C1875E Twine

📋 copy color: '#C1875E'

red 193 ◦ green 135 ◦ blue 94

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

Shades of Twine #C1875E

Tints of Twine #C1875E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.27%

R = 45.73%
G = 31.99%
B = 22.27%

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

#C1875E (or 0xC1875E) is known color: Twine. HEX triplet: C1, 87 and 5E. RGB value is (193,135,94). Sum of RGB (Red+Green+Blue) = 193+135+94=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C1875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1875E is #3E78A1. Grayscale: #939393. Windows color (decimal): -4094114 or 6195137. OLE color: 6195137.

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

Color convert

RGB 193 135 94 -
CMYK 0 0.30 0.51 0.24
HSL 24.85º 0.44% 0.56% -
HSV(B) 24.85º 0.51% 0.76% -
XYZ 32.68 29.47 14.56 -
YUV 147.67 97.72 160.33 -
System Red Green Blue C M Y K H S L
Decimal 193 135 94 0 0.30 0.51 0.24 24.85 0.44 0.56
Hex C1 87 5E 0 1E 33 18 19 2C 38
Octal 301 207 136 0 36 63 30 31 54 70
Binary 11000001 10000111 1011110 0 11110 110011 11000 11001 101100 111000

Color Harmonies of #C1875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1875E

Black with #C1875E

Text Example


Text Example

White with #C1875E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1875E; }

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

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

background-color css

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

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

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

border-color css

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

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

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