Html Css Color HEX #C68F4C Tussock

📋 copy color: '#C68F4C'

red 198 ◦ green 143 ◦ blue 76

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

Shades of Tussock #C68F4C

Tints of Tussock #C68F4C

RGB

 RED value IS 198 (77.73% from 255) = 47.48%

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

 BLUE value IS 76 (30.08% from 255) = 18.23%

R = 47.48%
G = 34.29%
B = 18.23%

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

#C68F4C (or 0xC68F4C) is known color: Tussock. HEX triplet: C6, 8F and 4C. RGB value is (198,143,76). Sum of RGB (Red+Green+Blue) = 198+143+76=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68F4C is #3970B3. Grayscale: #989898. Windows color (decimal): -3764404 or 5017542. OLE color: 5017542.

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

Color convert

RGB 198 143 76 -
CMYK 0 0.28 0.62 0.22
HSL 32.95º 0.52% 0.54% -
HSV(B) 32.95º 0.62% 0.78% -
XYZ 34.42 32.17 11.23 -
YUV 151.81 85.22 160.95 -
System Red Green Blue C M Y K H S L
Decimal 198 143 76 0 0.28 0.62 0.22 32.95 0.52 0.54
Hex C6 8F 4C 0 1C 3E 16 21 34 36
Octal 306 217 114 0 34 76 26 41 64 66
Binary 11000110 10001111 1001100 0 11100 111110 10110 100001 110100 110110

Color Harmonies of #C68F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68F4C

Black with #C68F4C

Text Example


Text Example

White with #C68F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68F4C; }

 p { color: rgb(198,143,76); }

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

background-color css

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

 a { background-color: rgb(198,143,76); }

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

border-color css

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

 span { border-color: rgb(198,143,76); }

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