Html Css Color HEX #C88C4F Twine

📋 copy color: '#C88C4F'

red 200 ◦ green 140 ◦ blue 79

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

Shades of Twine #C88C4F

Tints of Twine #C88C4F

RGB

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

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

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

R = 47.73%
G = 33.41%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C88C4F (or 0xC88C4F) is known color: Twine. HEX triplet: C8, 8C and 4F. RGB value is (200,140,79). Sum of RGB (Red+Green+Blue) = 200+140+79=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 79 (31.25% from 255 or 18.85% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88C4F is #3773B0. Grayscale: #979797. Windows color (decimal): -3634097 or 5213384. OLE color: 5213384.

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

Color convert

RGB 200 140 79 -
CMYK 0 0.3 0.60 0.22
HSL 30.25º 0.52% 0.55% -
HSV(B) 30.25º 0.61% 0.78% -
XYZ 34.61 31.6 11.67 -
YUV 150.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 200 140 79 0 0.3 0.60 0.22 30.25 0.52 0.55
Hex C8 8C 4F 0 1E 3C 16 1E 34 37
Octal 310 214 117 0 36 74 26 36 64 67
Binary 11001000 10001100 1001111 0 11110 111100 10110 11110 110100 110111

Color Harmonies of #C88C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C4F

Black with #C88C4F

Text Example


Text Example

White with #C88C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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