Html Css Color HEX #C88D4B Tussock

📋 copy color: '#C88D4B'

red 200 ◦ green 141 ◦ blue 75

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

Shades of Tussock #C88D4B

Tints of Tussock #C88D4B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.89%

 BLUE value IS 75 (29.69% from 255) = 18.03%

R = 48.08%
G = 33.89%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C88D4B (or 0xC88D4B) is known color: Tussock. HEX triplet: C8, 8D and 4B. RGB value is (200,141,75). Sum of RGB (Red+Green+Blue) = 200+141+75=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88D4B is #3772B4. Grayscale: #979797. Windows color (decimal): -3633845 or 4951496. OLE color: 4951496.

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

Color convert

RGB 200 141 75 -
CMYK 0 0.29 0.62 0.22
HSL 31.68º 0.53% 0.54% -
HSV(B) 31.68º 0.63% 0.78% -
XYZ 34.61 31.84 10.98 -
YUV 151.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 200 141 75 0 0.29 0.62 0.22 31.68 0.53 0.54
Hex C8 8D 4B 0 1D 3E 16 20 35 36
Octal 310 215 113 0 35 76 26 40 65 66
Binary 11001000 10001101 1001011 0 11101 111110 10110 100000 110101 110110

Color Harmonies of #C88D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88D4B

Black with #C88D4B

Text Example


Text Example

White with #C88D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88D4B; }

 p { color: rgb(200,141,75); }

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

background-color css

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

 a { background-color: rgb(200,141,75); }

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

border-color css

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

 span { border-color: rgb(200,141,75); }

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