Html Css Color HEX #C88655 Twine

📋 copy color: '#C88655'

red 200 ◦ green 134 ◦ blue 85

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

Shades of Twine #C88655

Tints of Twine #C88655

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.98%

 BLUE value IS 85 (33.59% from 255) = 20.29%

R = 47.73%
G = 31.98%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C88655 (or 0xC88655) is known color: Twine. HEX triplet: C8, 86 and 55. RGB value is (200,134,85). Sum of RGB (Red+Green+Blue) = 200+134+85=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C88655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88655 is #3779AA. Grayscale: #949494. Windows color (decimal): -3635627 or 5605064. OLE color: 5605064.

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

Color convert

RGB 200 134 85 -
CMYK 0 0.33 0.58 0.22
HSL 25.57º 0.51% 0.56% -
HSV(B) 25.57º 0.58% 0.78% -
XYZ 33.98 29.99 12.59 -
YUV 148.15 92.37 164.98 -
System Red Green Blue C M Y K H S L
Decimal 200 134 85 0 0.33 0.58 0.22 25.57 0.51 0.56
Hex C8 86 55 0 21 3A 16 1A 33 38
Octal 310 206 125 0 41 72 26 32 63 70
Binary 11001000 10000110 1010101 0 100001 111010 10110 11010 110011 111000

Color Harmonies of #C88655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88655

Black with #C88655

Text Example


Text Example

White with #C88655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88655; }

 p { color: rgb(200,134,85); }

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

background-color css

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

 a { background-color: rgb(200,134,85); }

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

border-color css

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

 span { border-color: rgb(200,134,85); }

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