Html Css Color HEX #C8884F Twine

📋 copy color: '#C8884F'

red 200 ◦ green 136 ◦ blue 79

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

Shades of Twine #C8884F

Tints of Twine #C8884F

RGB

 RED value IS 200 (78.52% from 255) = 48.19%

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

 BLUE value IS 79 (31.25% from 255) = 19.04%

R = 48.19%
G = 32.77%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C8884F (or 0xC8884F) is known color: Twine. HEX triplet: C8, 88 and 4F. RGB value is (200,136,79). Sum of RGB (Red+Green+Blue) = 200+136+79=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C8884F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8884F is #3777B0. Grayscale: #949494. Windows color (decimal): -3635121 or 5212360. OLE color: 5212360.

HSL color Cylindrical-coordinate representation of color #C8884F: hue angle of 28.26º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8884F is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 136 79 -
CMYK 0 0.32 0.60 0.22
HSL 28.26º 0.52% 0.55% -
HSV(B) 28.26º 0.61% 0.78% -
XYZ 34.03 30.45 11.48 -
YUV 148.64 88.7 164.63 -
System Red Green Blue C M Y K H S L
Decimal 200 136 79 0 0.32 0.60 0.22 28.26 0.52 0.55
Hex C8 88 4F 0 20 3C 16 1C 34 37
Octal 310 210 117 0 40 74 26 34 64 67
Binary 11001000 10001000 1001111 0 100000 111100 10110 11100 110100 110111

Color Harmonies of #C8884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8884F

Black with #C8884F

Text Example


Text Example

White with #C8884F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8884F; }

 p { color: rgb(200,136,79); }

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

background-color css

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

 a { background-color: rgb(200,136,79); }

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

border-color css

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

 span { border-color: rgb(200,136,79); }

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