Html Css Color HEX #C78E4B Tussock

📋 copy color: '#C78E4B'

red 199 ◦ green 142 ◦ blue 75

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

Shades of Tussock #C78E4B

Tints of Tussock #C78E4B

RGB

 RED value IS 199 (78.13% from 255) = 47.84%

 GREEN value IS 142 (55.86% from 255) = 34.13%

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

R = 47.84%
G = 34.13%
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

#C78E4B (or 0xC78E4B) is known color: Tussock. HEX triplet: C7, 8E and 4B. RGB value is (199,142,75). Sum of RGB (Red+Green+Blue) = 199+142+75=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C78E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78E4B is #3871B4. Grayscale: #979797. Windows color (decimal): -3699125 or 4951751. OLE color: 4951751.

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

Color convert

RGB 199 142 75 -
CMYK 0 0.29 0.62 0.22
HSL 32.42º 0.53% 0.54% -
HSV(B) 32.42º 0.62% 0.78% -
XYZ 34.5 32 11.01 -
YUV 151.41 84.88 161.95 -
System Red Green Blue C M Y K H S L
Decimal 199 142 75 0 0.29 0.62 0.22 32.42 0.53 0.54
Hex C7 8E 4B 0 1D 3E 16 20 35 36
Octal 307 216 113 0 35 76 26 40 65 66
Binary 11000111 10001110 1001011 0 11101 111110 10110 100000 110101 110110

Color Harmonies of #C78E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78E4B

Black with #C78E4B

Text Example


Text Example

White with #C78E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78E4B; }

 p { color: rgb(199,142,75); }

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

background-color css

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

 a { background-color: rgb(199,142,75); }

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

border-color css

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

 span { border-color: rgb(199,142,75); }

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