Html Css Color HEX #C88C56 Twine

📋 copy color: '#C88C56'

red 200 ◦ green 140 ◦ blue 86

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

Shades of Twine #C88C56

Tints of Twine #C88C56

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.86%

 BLUE value IS 86 (33.98% from 255) = 20.19%

R = 46.95%
G = 32.86%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C88C56 (or 0xC88C56) is known color: Twine. HEX triplet: C8, 8C and 56. RGB value is (200,140,86). Sum of RGB (Red+Green+Blue) = 200+140+86=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88C56 is #3773A9. Grayscale: #989898. Windows color (decimal): -3634090 or 5672136. OLE color: 5672136.

HSL color Cylindrical-coordinate representation of color #C88C56: hue angle of 28.42º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C88C56 is Cyan = 0, Magento = 0.3, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 140 86 -
CMYK 0 0.3 0.57 0.22
HSL 28.42º 0.51% 0.56% -
HSV(B) 28.42º 0.57% 0.78% -
XYZ 34.88 31.71 13.09 -
YUV 151.78 90.88 162.39 -
System Red Green Blue C M Y K H S L
Decimal 200 140 86 0 0.3 0.57 0.22 28.42 0.51 0.56
Hex C8 8C 56 0 1E 39 16 1C 33 38
Octal 310 214 126 0 36 71 26 34 63 70
Binary 11001000 10001100 1010110 0 11110 111001 10110 11100 110011 111000

Color Harmonies of #C88C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C56

Black with #C88C56

Text Example


Text Example

White with #C88C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C56; }

 p { color: rgb(200,140,86); }

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

background-color css

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

 a { background-color: rgb(200,140,86); }

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

border-color css

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

 span { border-color: rgb(200,140,86); }

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