Html Css Color HEX #C88C4E Twine

📋 copy color: '#C88C4E'

red 200 ◦ green 140 ◦ blue 78

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

Shades of Twine #C88C4E

Tints of Twine #C88C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.66%

R = 47.85%
G = 33.49%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C88C4E (or 0xC88C4E) is known color: Twine. HEX triplet: C8, 8C and 4E. RGB value is (200,140,78). Sum of RGB (Red+Green+Blue) = 200+140+78=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88C4E is #3773B1. Grayscale: #979797. Windows color (decimal): -3634098 or 5147848. OLE color: 5147848.

HSL color Cylindrical-coordinate representation of color #C88C4E: hue angle of 30.49º degrees, saturation: 0.53, 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 #C88C4E is Cyan = 0, Magento = 0.3, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 140 78 -
CMYK 0 0.3 0.61 0.22
HSL 30.49º 0.53% 0.55% -
HSV(B) 30.49º 0.61% 0.78% -
XYZ 34.57 31.59 11.48 -
YUV 150.87 86.88 163.04 -
System Red Green Blue C M Y K H S L
Decimal 200 140 78 0 0.3 0.61 0.22 30.49 0.53 0.55
Hex C8 8C 4E 0 1E 3D 16 1E 35 37
Octal 310 214 116 0 36 75 26 36 65 67
Binary 11001000 10001100 1001110 0 11110 111101 10110 11110 110101 110111

Color Harmonies of #C88C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C4E

Black with #C88C4E

Text Example


Text Example

White with #C88C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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