Html Css Color HEX #C09C4B Tussock

📋 copy color: '#C09C4B'

red 192 ◦ green 156 ◦ blue 75

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

Shades of Tussock #C09C4B

Tints of Tussock #C09C4B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.88%

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

R = 45.39%
G = 36.88%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C09C4B (or 0xC09C4B) is known color: Tussock. HEX triplet: C0, 9C and 4B. RGB value is (192,156,75). Sum of RGB (Red+Green+Blue) = 192+156+75=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09C4B is #3F63B4. Grayscale: #9D9D9D. Windows color (decimal): -4154293 or 4955328. OLE color: 4955328.

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

Color convert

RGB 192 156 75 -
CMYK 0 0.19 0.61 0.25
HSL 41.54º 0.48% 0.52% -
HSV(B) 41.54º 0.61% 0.75% -
XYZ 34.9 35.49 11.67 -
YUV 157.53 81.43 152.59 -
System Red Green Blue C M Y K H S L
Decimal 192 156 75 0 0.19 0.61 0.25 41.54 0.48 0.52
Hex C0 9C 4B 0 13 3D 19 2A 30 34
Octal 300 234 113 0 23 75 31 52 60 64
Binary 11000000 10011100 1001011 0 10011 111101 11001 101010 110000 110100

Color Harmonies of #C09C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09C4B

Black with #C09C4B

Text Example


Text Example

White with #C09C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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