Html Css Color HEX #C29C0A Buddha Gold

📋 copy color: '#C29C0A'

red 194 ◦ green 156 ◦ blue 10

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

Shades of Buddha Gold #C29C0A

Tints of Buddha Gold #C29C0A

RGB

 RED value IS 194 (76.17% from 255) = 53.89%

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

 BLUE value IS 10 (4.3% from 255) = 2.78%

R = 53.89%
G = 43.33%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C29C0A (or 0xC29C0A) is known color: Buddha Gold. HEX triplet: C2, 9C and 0A. RGB value is (194,156,10). Sum of RGB (Red+Green+Blue) = 194+156+10=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29C0A is #3D63F5. Grayscale: #979797. Windows color (decimal): -4023286 or 695490. OLE color: 695490.

HSL color Cylindrical-coordinate representation of color #C29C0A: hue angle of 47.61º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C29C0A is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 156 10 -
CMYK 0 0.20 0.95 0.24
HSL 47.61º 0.9% 0.4% -
HSV(B) 47.61º 0.95% 0.76% -
XYZ 34.19 35.27 5.29 -
YUV 150.72 48.59 158.87 -
System Red Green Blue C M Y K H S L
Decimal 194 156 10 0 0.20 0.95 0.24 47.61 0.9 0.4
Hex C2 9C A 0 14 5F 18 30 5A 28
Octal 302 234 12 0 24 137 30 60 132 50
Binary 11000010 10011100 1010 0 10100 1011111 11000 110000 1011010 101000

Color Harmonies of #C29C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29C0A

Black with #C29C0A

Text Example


Text Example

White with #C29C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29C0A; }

 p { color: rgb(194,156,10); }

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

background-color css

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

 a { background-color: rgb(194,156,10); }

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

border-color css

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

 span { border-color: rgb(194,156,10); }

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