Html Css Color HEX #C88F4D Tussock

📋 copy color: '#C88F4D'

red 200 ◦ green 143 ◦ blue 77

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

Shades of Tussock #C88F4D

Tints of Tussock #C88F4D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.05%

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

R = 47.62%
G = 34.05%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C88F4D (or 0xC88F4D) is known color: Tussock. HEX triplet: C8, 8F and 4D. RGB value is (200,143,77). Sum of RGB (Red+Green+Blue) = 200+143+77=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F4D is #3770B2. Grayscale: #989898. Windows color (decimal): -3633331 or 5083080. OLE color: 5083080.

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

Color convert

RGB 200 143 77 -
CMYK 0 0.28 0.62 0.22
HSL 32.2º 0.53% 0.54% -
HSV(B) 32.2º 0.62% 0.78% -
XYZ 34.98 32.46 11.44 -
YUV 152.52 85.38 161.87 -
System Red Green Blue C M Y K H S L
Decimal 200 143 77 0 0.28 0.62 0.22 32.2 0.53 0.54
Hex C8 8F 4D 0 1C 3E 16 20 35 36
Octal 310 217 115 0 34 76 26 40 65 66
Binary 11001000 10001111 1001101 0 11100 111110 10110 100000 110101 110110

Color Harmonies of #C88F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88F4D

Black with #C88F4D

Text Example


Text Example

White with #C88F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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