Html Css Color HEX #C88D4F Twine

📋 copy color: '#C88D4F'

red 200 ◦ green 141 ◦ blue 79

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

Shades of Twine #C88D4F

Tints of Twine #C88D4F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.57%

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

R = 47.62%
G = 33.57%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C88D4F (or 0xC88D4F) is known color: Twine. HEX triplet: C8, 8D and 4F. RGB value is (200,141,79). Sum of RGB (Red+Green+Blue) = 200+141+79=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88D4F is #3772B0. Grayscale: #979797. Windows color (decimal): -3633841 or 5213640. OLE color: 5213640.

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

Color convert

RGB 200 141 79 -
CMYK 0 0.29 0.60 0.22
HSL 30.74º 0.52% 0.55% -
HSV(B) 30.74º 0.61% 0.78% -
XYZ 34.76 31.89 11.72 -
YUV 151.57 87.05 162.54 -
System Red Green Blue C M Y K H S L
Decimal 200 141 79 0 0.29 0.60 0.22 30.74 0.52 0.55
Hex C8 8D 4F 0 1D 3C 16 1F 34 37
Octal 310 215 117 0 35 74 26 37 64 67
Binary 11001000 10001101 1001111 0 11101 111100 10110 11111 110100 110111

Color Harmonies of #C88D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88D4F

Black with #C88D4F

Text Example


Text Example

White with #C88D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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