Html Css Color HEX #C38658 Twine

📋 copy color: '#C38658'

red 195 ◦ green 134 ◦ blue 88

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

Shades of Twine #C38658

Tints of Twine #C38658

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.13%

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

R = 46.76%
G = 32.13%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C38658 (or 0xC38658) is known color: Twine. HEX triplet: C3, 86 and 58. RGB value is (195,134,88). Sum of RGB (Red+Green+Blue) = 195+134+88=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C38658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38658 is #3C79A7. Grayscale: #939393. Windows color (decimal): -3963304 or 5801667. OLE color: 5801667.

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

Color convert

RGB 195 134 88 -
CMYK 0 0.31 0.55 0.24
HSL 25.79º 0.47% 0.55% -
HSV(B) 25.79º 0.55% 0.76% -
XYZ 32.79 29.36 13.17 -
YUV 147 94.71 162.24 -
System Red Green Blue C M Y K H S L
Decimal 195 134 88 0 0.31 0.55 0.24 25.79 0.47 0.55
Hex C3 86 58 0 1F 37 18 1A 2F 37
Octal 303 206 130 0 37 67 30 32 57 67
Binary 11000011 10000110 1011000 0 11111 110111 11000 11010 101111 110111

Color Harmonies of #C38658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38658

Black with #C38658

Text Example


Text Example

White with #C38658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38658; }

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

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

background-color css

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

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

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

border-color css

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

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

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