Html Css Color HEX #C38E5E Twine

📋 copy color: '#C38E5E'

red 195 ◦ green 142 ◦ blue 94

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

Shades of Twine #C38E5E

Tints of Twine #C38E5E

RGB

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

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

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

R = 45.24%
G = 32.95%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C38E5E (or 0xC38E5E) is known color: Twine. HEX triplet: C3, 8E and 5E. RGB value is (195,142,94). Sum of RGB (Red+Green+Blue) = 195+142+94=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E5E is #3C71A1. Grayscale: #989898. Windows color (decimal): -3961250 or 6196931. OLE color: 6196931.

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

Color convert

RGB 195 142 94 -
CMYK 0 0.27 0.52 0.24
HSL 28.51º 0.46% 0.57% -
HSV(B) 28.51º 0.52% 0.76% -
XYZ 34.2 31.76 14.92 -
YUV 152.38 95.06 158.4 -
System Red Green Blue C M Y K H S L
Decimal 195 142 94 0 0.27 0.52 0.24 28.51 0.46 0.57
Hex C3 8E 5E 0 1B 34 18 1D 2E 39
Octal 303 216 136 0 33 64 30 35 56 71
Binary 11000011 10001110 1011110 0 11011 110100 11000 11101 101110 111001

Color Harmonies of #C38E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38E5E

Black with #C38E5E

Text Example


Text Example

White with #C38E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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