Html Css Color HEX #C0901A Buddha Gold

📋 copy color: '#C0901A'

red 192 ◦ green 144 ◦ blue 26

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

Shades of Buddha Gold #C0901A

Tints of Buddha Gold #C0901A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.18%

R = 53.04%
G = 39.78%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0901A (or 0xC0901A) is known color: Buddha Gold. HEX triplet: C0, 90 and 1A. RGB value is (192,144,26). Sum of RGB (Red+Green+Blue) = 192+144+26=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C0901A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0901A is #3F6FE5. Grayscale: #919191. Windows color (decimal): -4157414 or 1740992. OLE color: 1740992.

HSL color Cylindrical-coordinate representation of color #C0901A: hue angle of 42.65º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0901A is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 144 26 -
CMYK 0 0.25 0.86 0.25
HSL 42.65º 0.76% 0.43% -
HSV(B) 42.65º 0.86% 0.75% -
XYZ 31.9 31.23 5.32 -
YUV 144.9 60.9 161.59 -
System Red Green Blue C M Y K H S L
Decimal 192 144 26 0 0.25 0.86 0.25 42.65 0.76 0.43
Hex C0 90 1A 0 19 56 19 2B 4C 2B
Octal 300 220 32 0 31 126 31 53 114 53
Binary 11000000 10010000 11010 0 11001 1010110 11001 101011 1001100 101011

Color Harmonies of #C0901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0901A

Black with #C0901A

Text Example


Text Example

White with #C0901A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0901A; }

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

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

background-color css

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

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

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

border-color css

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

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

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