Html Css Color HEX #C18C5F Twine

📋 copy color: '#C18C5F'

red 193 ◦ green 140 ◦ blue 95

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

Shades of Twine #C18C5F

Tints of Twine #C18C5F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.71%

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

R = 45.09%
G = 32.71%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C18C5F (or 0xC18C5F) is known color: Twine. HEX triplet: C1, 8C and 5F. RGB value is (193,140,95). Sum of RGB (Red+Green+Blue) = 193+140+95=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18C5F is #3E73A0. Grayscale: #969696. Windows color (decimal): -4092833 or 6261953. OLE color: 6261953.

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

Color convert

RGB 193 140 95 -
CMYK 0 0.27 0.51 0.24
HSL 27.55º 0.44% 0.56% -
HSV(B) 27.55º 0.51% 0.76% -
XYZ 33.44 30.92 15.03 -
YUV 150.72 96.56 158.16 -
System Red Green Blue C M Y K H S L
Decimal 193 140 95 0 0.27 0.51 0.24 27.55 0.44 0.56
Hex C1 8C 5F 0 1B 33 18 1C 2C 38
Octal 301 214 137 0 33 63 30 34 54 70
Binary 11000001 10001100 1011111 0 11011 110011 11000 11100 101100 111000

Color Harmonies of #C18C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18C5F

Black with #C18C5F

Text Example


Text Example

White with #C18C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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