Html Css Color HEX #C88A57 Twine

📋 copy color: '#C88A57'

red 200 ◦ green 138 ◦ blue 87

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

Shades of Twine #C88A57

Tints of Twine #C88A57

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.47%

 BLUE value IS 87 (34.38% from 255) = 20.47%

R = 47.06%
G = 32.47%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C88A57 (or 0xC88A57) is known color: Twine. HEX triplet: C8, 8A and 57. RGB value is (200,138,87). Sum of RGB (Red+Green+Blue) = 200+138+87=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88A57 is #3775A8. Grayscale: #969696. Windows color (decimal): -3634601 or 5737160. OLE color: 5737160.

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

Color convert

RGB 200 138 87 -
CMYK 0 0.31 0.56 0.22
HSL 27.08º 0.51% 0.56% -
HSV(B) 27.08º 0.57% 0.78% -
XYZ 34.63 31.14 13.2 -
YUV 150.72 92.04 163.15 -
System Red Green Blue C M Y K H S L
Decimal 200 138 87 0 0.31 0.56 0.22 27.08 0.51 0.56
Hex C8 8A 57 0 1F 38 16 1B 33 38
Octal 310 212 127 0 37 70 26 33 63 70
Binary 11001000 10001010 1010111 0 11111 111000 10110 11011 110011 111000

Color Harmonies of #C88A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A57

Black with #C88A57

Text Example


Text Example

White with #C88A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A57; }

 p { color: rgb(200,138,87); }

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

background-color css

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

 a { background-color: rgb(200,138,87); }

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

border-color css

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

 span { border-color: rgb(200,138,87); }

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