Html Css Color HEX #C38E5F Twine

📋 copy color: '#C38E5F'

red 195 ◦ green 142 ◦ blue 95

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

Shades of Twine #C38E5F

Tints of Twine #C38E5F

RGB

 RED value IS 195 (76.56% from 255) = 45.14%

 GREEN value IS 142 (55.86% from 255) = 32.87%

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

R = 45.14%
G = 32.87%
B = 21.99%

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

#C38E5F (or 0xC38E5F) is known color: Twine. HEX triplet: C3, 8E and 5F. RGB value is (195,142,95). Sum of RGB (Red+Green+Blue) = 195+142+95=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E5F is #3C71A0. Grayscale: #989898. Windows color (decimal): -3961249 or 6262467. OLE color: 6262467.

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

Color convert

RGB 195 142 95 -
CMYK 0 0.27 0.51 0.24
HSL 28.2º 0.45% 0.57% -
HSV(B) 28.2º 0.51% 0.76% -
XYZ 34.24 31.77 15.15 -
YUV 152.49 95.56 158.32 -
System Red Green Blue C M Y K H S L
Decimal 195 142 95 0 0.27 0.51 0.24 28.2 0.45 0.57
Hex C3 8E 5F 0 1B 33 18 1C 2D 39
Octal 303 216 137 0 33 63 30 34 55 71
Binary 11000011 10001110 1011111 0 11011 110011 11000 11100 101101 111001

Color Harmonies of #C38E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38E5F

Black with #C38E5F

Text Example


Text Example

White with #C38E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38E5F; }

 p { color: rgb(195,142,95); }

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

background-color css

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

 a { background-color: rgb(195,142,95); }

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

border-color css

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

 span { border-color: rgb(195,142,95); }

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