Html Css Color HEX #C3885B Twine

📋 copy color: '#C3885B'

red 195 ◦ green 136 ◦ blue 91

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

Shades of Twine #C3885B

Tints of Twine #C3885B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.56%

R = 46.21%
G = 32.23%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3885B (or 0xC3885B) is known color: Twine. HEX triplet: C3, 88 and 5B. RGB value is (195,136,91). Sum of RGB (Red+Green+Blue) = 195+136+91=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C3885B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3885B is #3C77A4. Grayscale: #949494. Windows color (decimal): -3962789 or 5998787. OLE color: 5998787.

HSL color Cylindrical-coordinate representation of color #C3885B: hue angle of 25.96º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3885B is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 136 91 -
CMYK 0 0.30 0.53 0.24
HSL 25.96º 0.46% 0.56% -
HSV(B) 25.96º 0.53% 0.76% -
XYZ 33.2 29.97 13.93 -
YUV 148.51 95.55 161.16 -
System Red Green Blue C M Y K H S L
Decimal 195 136 91 0 0.30 0.53 0.24 25.96 0.46 0.56
Hex C3 88 5B 0 1E 35 18 1A 2E 38
Octal 303 210 133 0 36 65 30 32 56 70
Binary 11000011 10001000 1011011 0 11110 110101 11000 11010 101110 111000

Color Harmonies of #C3885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3885B

Black with #C3885B

Text Example


Text Example

White with #C3885B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3885B; }

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

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

background-color css

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

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

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

border-color css

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

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

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