Html Css Color HEX #C09C1A Buddha Gold

📋 copy color: '#C09C1A'

red 192 ◦ green 156 ◦ blue 26

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

Shades of Buddha Gold #C09C1A

Tints of Buddha Gold #C09C1A

RGB

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

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

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

R = 51.34%
G = 41.71%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C09C1A (or 0xC09C1A) is known color: Buddha Gold. HEX triplet: C0, 9C and 1A. RGB value is (192,156,26). Sum of RGB (Red+Green+Blue) = 192+156+26=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09C1A is #3F63E5. Grayscale: #989898. Windows color (decimal): -4154342 or 1744064. OLE color: 1744064.

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

Color convert

RGB 192 156 26 -
CMYK 0 0.19 0.86 0.25
HSL 46.99º 0.76% 0.43% -
HSV(B) 46.99º 0.86% 0.75% -
XYZ 33.81 35.06 5.96 -
YUV 151.94 56.93 156.57 -
System Red Green Blue C M Y K H S L
Decimal 192 156 26 0 0.19 0.86 0.25 46.99 0.76 0.43
Hex C0 9C 1A 0 13 56 19 2F 4C 2B
Octal 300 234 32 0 23 126 31 57 114 53
Binary 11000000 10011100 11010 0 10011 1010110 11001 101111 1001100 101011

Color Harmonies of #C09C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09C1A

Black with #C09C1A

Text Example


Text Example

White with #C09C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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