Html Css Color HEX #C88C4B Tussock

📋 copy color: '#C88C4B'

red 200 ◦ green 140 ◦ blue 75

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

Shades of Tussock #C88C4B

Tints of Tussock #C88C4B

RGB

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

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

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

R = 48.19%
G = 33.73%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C88C4B (or 0xC88C4B) is known color: Tussock. HEX triplet: C8, 8C and 4B. RGB value is (200,140,75). Sum of RGB (Red+Green+Blue) = 200+140+75=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88C4B is #3773B4. Grayscale: #969696. Windows color (decimal): -3634101 or 4951240. OLE color: 4951240.

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

Color convert

RGB 200 140 75 -
CMYK 0 0.3 0.62 0.22
HSL 31.2º 0.53% 0.54% -
HSV(B) 31.2º 0.63% 0.78% -
XYZ 34.47 31.54 10.93 -
YUV 150.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 200 140 75 0 0.3 0.62 0.22 31.2 0.53 0.54
Hex C8 8C 4B 0 1E 3E 16 1F 35 36
Octal 310 214 113 0 36 76 26 37 65 66
Binary 11001000 10001100 1001011 0 11110 111110 10110 11111 110101 110110

Color Harmonies of #C88C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C4B

Black with #C88C4B

Text Example


Text Example

White with #C88C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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