Html Css Color HEX #C0914F Tussock

📋 copy color: '#C0914F'

red 192 ◦ green 145 ◦ blue 79

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

Shades of Tussock #C0914F

Tints of Tussock #C0914F

RGB

 RED value IS 192 (75.39% from 255) = 46.15%

 GREEN value IS 145 (57.03% from 255) = 34.86%

 BLUE value IS 79 (31.25% from 255) = 18.99%

R = 46.15%
G = 34.86%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0914F (or 0xC0914F) is known color: Tussock. HEX triplet: C0, 91 and 4F. RGB value is (192,145,79). Sum of RGB (Red+Green+Blue) = 192+145+79=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0914F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0914F is #3F6EB0. Grayscale: #979797. Windows color (decimal): -4157105 or 5214656. OLE color: 5214656.

HSL color Cylindrical-coordinate representation of color #C0914F: hue angle of 35.04º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0914F is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 145 79 -
CMYK 0 0.24 0.59 0.25
HSL 35.04º 0.47% 0.53% -
HSV(B) 35.04º 0.59% 0.75% -
XYZ 33.27 32.02 11.82 -
YUV 151.53 87.07 156.87 -
System Red Green Blue C M Y K H S L
Decimal 192 145 79 0 0.24 0.59 0.25 35.04 0.47 0.53
Hex C0 91 4F 0 18 3B 19 23 2F 35
Octal 300 221 117 0 30 73 31 43 57 65
Binary 11000000 10010001 1001111 0 11000 111011 11001 100011 101111 110101

Color Harmonies of #C0914F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0914F

Black with #C0914F

Text Example


Text Example

White with #C0914F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0914F; }

 p { color: rgb(192,145,79); }

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

background-color css

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

 a { background-color: rgb(192,145,79); }

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

border-color css

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

 span { border-color: rgb(192,145,79); }

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