Html Css Color HEX #C38E58 Twine

📋 copy color: '#C38E58'

red 195 ◦ green 142 ◦ blue 88

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

Shades of Twine #C38E58

Tints of Twine #C38E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.71%

R = 45.88%
G = 33.41%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C38E58 (or 0xC38E58) is known color: Twine. HEX triplet: C3, 8E and 58. RGB value is (195,142,88). Sum of RGB (Red+Green+Blue) = 195+142+88=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E58 is #3C71A7. Grayscale: #979797. Windows color (decimal): -3961256 or 5803715. OLE color: 5803715.

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

Color convert

RGB 195 142 88 -
CMYK 0 0.27 0.55 0.24
HSL 30.28º 0.47% 0.55% -
HSV(B) 30.28º 0.55% 0.76% -
XYZ 33.94 31.65 13.55 -
YUV 151.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 195 142 88 0 0.27 0.55 0.24 30.28 0.47 0.55
Hex C3 8E 58 0 1B 37 18 1E 2F 37
Octal 303 216 130 0 33 67 30 36 57 67
Binary 11000011 10001110 1011000 0 11011 110111 11000 11110 101111 110111

Color Harmonies of #C38E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38E58

Black with #C38E58

Text Example


Text Example

White with #C38E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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