Html Css Color HEX #C38E4F Twine

📋 copy color: '#C38E4F'

red 195 ◦ green 142 ◦ blue 79

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

Shades of Twine #C38E4F

Tints of Twine #C38E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.99%

R = 46.88%
G = 34.13%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C38E4F (or 0xC38E4F) is known color: Twine. HEX triplet: C3, 8E and 4F. RGB value is (195,142,79). Sum of RGB (Red+Green+Blue) = 195+142+79=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E4F is #3C71B0. Grayscale: #969696. Windows color (decimal): -3961265 or 5213891. OLE color: 5213891.

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

Color convert

RGB 195 142 79 -
CMYK 0 0.27 0.59 0.24
HSL 32.59º 0.49% 0.54% -
HSV(B) 32.59º 0.59% 0.76% -
XYZ 33.59 31.51 11.71 -
YUV 150.67 87.56 159.62 -
System Red Green Blue C M Y K H S L
Decimal 195 142 79 0 0.27 0.59 0.24 32.59 0.49 0.54
Hex C3 8E 4F 0 1B 3B 18 21 31 36
Octal 303 216 117 0 33 73 30 41 61 66
Binary 11000011 10001110 1001111 0 11011 111011 11000 100001 110001 110110

Color Harmonies of #C38E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38E4F

Black with #C38E4F

Text Example


Text Example

White with #C38E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38E4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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