Html Css Color HEX #C38F58 Twine

📋 copy color: '#C38F58'

red 195 ◦ green 143 ◦ blue 88

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

Shades of Twine #C38F58

Tints of Twine #C38F58

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.57%

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

R = 45.77%
G = 33.57%
B = 20.66%

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

#C38F58 (or 0xC38F58) is known color: Twine. HEX triplet: C3, 8F and 58. RGB value is (195,143,88). Sum of RGB (Red+Green+Blue) = 195+143+88=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F58 is #3C70A7. Grayscale: #989898. Windows color (decimal): -3961000 or 5803971. OLE color: 5803971.

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

Color convert

RGB 195 143 88 -
CMYK 0 0.27 0.55 0.24
HSL 30.84º 0.47% 0.55% -
HSV(B) 30.84º 0.55% 0.76% -
XYZ 34.09 31.95 13.6 -
YUV 152.28 91.73 158.47 -
System Red Green Blue C M Y K H S L
Decimal 195 143 88 0 0.27 0.55 0.24 30.84 0.47 0.55
Hex C3 8F 58 0 1B 37 18 1F 2F 37
Octal 303 217 130 0 33 67 30 37 57 67
Binary 11000011 10001111 1011000 0 11011 110111 11000 11111 101111 110111

Color Harmonies of #C38F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38F58

Black with #C38F58

Text Example


Text Example

White with #C38F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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