Html Css Color HEX #C0904B Tussock

📋 copy color: '#C0904B'

red 192 ◦ green 144 ◦ blue 75

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

Shades of Tussock #C0904B

Tints of Tussock #C0904B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.04%

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

R = 46.72%
G = 35.04%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0904B (or 0xC0904B) is known color: Tussock. HEX triplet: C0, 90 and 4B. RGB value is (192,144,75). Sum of RGB (Red+Green+Blue) = 192+144+75=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0904B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0904B is #3F6FB4. Grayscale: #969696. Windows color (decimal): -4157365 or 4952256. OLE color: 4952256.

HSL color Cylindrical-coordinate representation of color #C0904B: hue angle of 35.38º 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 #C0904B is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 144 75 -
CMYK 0 0.25 0.61 0.25
HSL 35.38º 0.48% 0.52% -
HSV(B) 35.38º 0.61% 0.75% -
XYZ 32.98 31.66 11.03 -
YUV 150.49 85.4 157.61 -
System Red Green Blue C M Y K H S L
Decimal 192 144 75 0 0.25 0.61 0.25 35.38 0.48 0.52
Hex C0 90 4B 0 19 3D 19 23 30 34
Octal 300 220 113 0 31 75 31 43 60 64
Binary 11000000 10010000 1001011 0 11001 111101 11001 100011 110000 110100

Color Harmonies of #C0904B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0904B

Black with #C0904B

Text Example


Text Example

White with #C0904B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0904B; }

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

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

background-color css

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

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

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

border-color css

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

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

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