Html Css Color HEX #C88A4D Twine

📋 copy color: '#C88A4D'

red 200 ◦ green 138 ◦ blue 77

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

Shades of Twine #C88A4D

Tints of Twine #C88A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.55%

R = 48.19%
G = 33.25%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C88A4D (or 0xC88A4D) is known color: Twine. HEX triplet: C8, 8A and 4D. RGB value is (200,138,77). Sum of RGB (Red+Green+Blue) = 200+138+77=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88A4D is #3775B2. Grayscale: #959595. Windows color (decimal): -3634611 or 5081800. OLE color: 5081800.

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

Color convert

RGB 200 138 77 -
CMYK 0 0.31 0.62 0.22
HSL 29.76º 0.53% 0.54% -
HSV(B) 29.76º 0.62% 0.78% -
XYZ 34.25 30.99 11.2 -
YUV 149.58 87.04 163.96 -
System Red Green Blue C M Y K H S L
Decimal 200 138 77 0 0.31 0.62 0.22 29.76 0.53 0.54
Hex C8 8A 4D 0 1F 3E 16 1E 35 36
Octal 310 212 115 0 37 76 26 36 65 66
Binary 11001000 10001010 1001101 0 11111 111110 10110 11110 110101 110110

Color Harmonies of #C88A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A4D

Black with #C88A4D

Text Example


Text Example

White with #C88A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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