Html Css Color HEX #C3885E Twine

📋 copy color: '#C3885E'

red 195 ◦ green 136 ◦ blue 94

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

Shades of Twine #C3885E

Tints of Twine #C3885E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32%

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

R = 45.88%
G = 32%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3885E (or 0xC3885E) is known color: Twine. HEX triplet: C3, 88 and 5E. RGB value is (195,136,94). Sum of RGB (Red+Green+Blue) = 195+136+94=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C3885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3885E is #3C77A1. Grayscale: #959595. Windows color (decimal): -3962786 or 6195395. OLE color: 6195395.

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

Color convert

RGB 195 136 94 -
CMYK 0 0.30 0.52 0.24
HSL 24.95º 0.46% 0.57% -
HSV(B) 24.95º 0.52% 0.76% -
XYZ 33.33 30.02 14.63 -
YUV 148.85 97.05 160.92 -
System Red Green Blue C M Y K H S L
Decimal 195 136 94 0 0.30 0.52 0.24 24.95 0.46 0.57
Hex C3 88 5E 0 1E 34 18 19 2E 39
Octal 303 210 136 0 36 64 30 31 56 71
Binary 11000011 10001000 1011110 0 11110 110100 11000 11001 101110 111001

Color Harmonies of #C3885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3885E

Black with #C3885E

Text Example


Text Example

White with #C3885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3885E; }

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

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

background-color css

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

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

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

border-color css

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

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

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