Html Css Color HEX #C0914B Tussock

📋 copy color: '#C0914B'

red 192 ◦ green 145 ◦ blue 75

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

Shades of Tussock #C0914B

Tints of Tussock #C0914B

RGB

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

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

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

R = 46.6%
G = 35.19%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0914B (or 0xC0914B) is known color: Tussock. HEX triplet: C0, 91 and 4B. RGB value is (192,145,75). Sum of RGB (Red+Green+Blue) = 192+145+75=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C0914B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0914B is #3F6EB4. Grayscale: #979797. Windows color (decimal): -4157109 or 4952512. OLE color: 4952512.

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

Color convert

RGB 192 145 75 -
CMYK 0 0.24 0.61 0.25
HSL 35.9º 0.48% 0.52% -
HSV(B) 35.9º 0.61% 0.75% -
XYZ 33.13 31.97 11.08 -
YUV 151.07 85.07 157.19 -
System Red Green Blue C M Y K H S L
Decimal 192 145 75 0 0.24 0.61 0.25 35.9 0.48 0.52
Hex C0 91 4B 0 18 3D 19 24 30 34
Octal 300 221 113 0 30 75 31 44 60 64
Binary 11000000 10010001 1001011 0 11000 111101 11001 100100 110000 110100

Color Harmonies of #C0914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0914B

Black with #C0914B

Text Example


Text Example

White with #C0914B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0914B; }

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

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

background-color css

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

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

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

border-color css

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

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

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