Html Css Color HEX #C8904F Twine

📋 copy color: '#C8904F'

red 200 ◦ green 144 ◦ blue 79

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

Shades of Twine #C8904F

Tints of Twine #C8904F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.04%

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

R = 47.28%
G = 34.04%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C8904F (or 0xC8904F) is known color: Twine. HEX triplet: C8, 90 and 4F. RGB value is (200,144,79). Sum of RGB (Red+Green+Blue) = 200+144+79=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8904F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8904F is #376FB0. Grayscale: #999999. Windows color (decimal): -3633073 or 5214408. OLE color: 5214408.

HSL color Cylindrical-coordinate representation of color #C8904F: hue angle of 32.23º 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 #C8904F is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 144 79 -
CMYK 0 0.28 0.60 0.22
HSL 32.23º 0.52% 0.55% -
HSV(B) 32.23º 0.61% 0.78% -
XYZ 35.2 32.79 11.87 -
YUV 153.33 86.05 161.29 -
System Red Green Blue C M Y K H S L
Decimal 200 144 79 0 0.28 0.60 0.22 32.23 0.52 0.55
Hex C8 90 4F 0 1C 3C 16 20 34 37
Octal 310 220 117 0 34 74 26 40 64 67
Binary 11001000 10010000 1001111 0 11100 111100 10110 100000 110100 110111

Color Harmonies of #C8904F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8904F

Black with #C8904F

Text Example


Text Example

White with #C8904F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8904F; }

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

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

background-color css

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

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

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

border-color css

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

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

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