Html Css Color HEX #C0991A Buddha Gold

📋 copy color: '#C0991A'

red 192 ◦ green 153 ◦ blue 26

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

Shades of Buddha Gold #C0991A

Tints of Buddha Gold #C0991A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.24%

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

R = 51.75%
G = 41.24%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0991A (or 0xC0991A) is known color: Buddha Gold. HEX triplet: C0, 99 and 1A. RGB value is (192,153,26). Sum of RGB (Red+Green+Blue) = 192+153+26=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0991A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0991A is #3F66E5. Grayscale: #969696. Windows color (decimal): -4155110 or 1743296. OLE color: 1743296.

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

Color convert

RGB 192 153 26 -
CMYK 0 0.20 0.86 0.25
HSL 45.9º 0.76% 0.43% -
HSV(B) 45.9º 0.86% 0.75% -
XYZ 33.32 34.06 5.8 -
YUV 150.18 57.92 157.83 -
System Red Green Blue C M Y K H S L
Decimal 192 153 26 0 0.20 0.86 0.25 45.9 0.76 0.43
Hex C0 99 1A 0 14 56 19 2E 4C 2B
Octal 300 231 32 0 24 126 31 56 114 53
Binary 11000000 10011001 11010 0 10100 1010110 11001 101110 1001100 101011

Color Harmonies of #C0991A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0991A

Black with #C0991A

Text Example


Text Example

White with #C0991A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0991A; }

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

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

background-color css

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

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

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

border-color css

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

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

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