Html Css Color HEX #C2A90F Buddha Gold

📋 copy color: '#C2A90F'

red 194 ◦ green 169 ◦ blue 15

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

Shades of Buddha Gold #C2A90F

Tints of Buddha Gold #C2A90F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.71%

 BLUE value IS 15 (6.25% from 255) = 3.97%

R = 51.32%
G = 44.71%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2A90F (or 0xC2A90F) is known color: Buddha Gold. HEX triplet: C2, A9 and 0F. RGB value is (194,169,15). Sum of RGB (Red+Green+Blue) = 194+169+15=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A90F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A90F is #3D56F0. Grayscale: #9F9F9F. Windows color (decimal): -4019953 or 1026498. OLE color: 1026498.

HSL color Cylindrical-coordinate representation of color #C2A90F: hue angle of 51.62º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2A90F is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 169 15 -
CMYK 0 0.13 0.92 0.24
HSL 51.62º 0.86% 0.41% -
HSV(B) 51.62º 0.92% 0.76% -
XYZ 36.52 39.88 6.22 -
YUV 158.92 46.78 153.02 -
System Red Green Blue C M Y K H S L
Decimal 194 169 15 0 0.13 0.92 0.24 51.62 0.86 0.41
Hex C2 A9 F 0 D 5C 18 34 56 29
Octal 302 251 17 0 15 134 30 64 126 51
Binary 11000010 10101001 1111 0 1101 1011100 11000 110100 1010110 101001

Color Harmonies of #C2A90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A90F

Black with #C2A90F

Text Example


Text Example

White with #C2A90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A90F; }

 p { color: rgb(194,169,15); }

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

background-color css

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

 a { background-color: rgb(194,169,15); }

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

border-color css

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

 span { border-color: rgb(194,169,15); }

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