Html Css Color HEX #C09A0F Buddha Gold

📋 copy color: '#C09A0F'

red 192 ◦ green 154 ◦ blue 15

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

Shades of Buddha Gold #C09A0F

Tints of Buddha Gold #C09A0F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.66%

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

R = 53.19%
G = 42.66%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C09A0F (or 0xC09A0F) is known color: Buddha Gold. HEX triplet: C0, 9A and 0F. RGB value is (192,154,15). Sum of RGB (Red+Green+Blue) = 192+154+15=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09A0F is #3F65F0. Grayscale: #969696. Windows color (decimal): -4154865 or 1022656. OLE color: 1022656.

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

Color convert

RGB 192 154 15 -
CMYK 0 0.20 0.92 0.25
HSL 47.12º 0.86% 0.41% -
HSV(B) 47.12º 0.92% 0.75% -
XYZ 33.38 34.35 5.32 -
YUV 149.52 52.09 158.3 -
System Red Green Blue C M Y K H S L
Decimal 192 154 15 0 0.20 0.92 0.25 47.12 0.86 0.41
Hex C0 9A F 0 14 5C 19 2F 56 29
Octal 300 232 17 0 24 134 31 57 126 51
Binary 11000000 10011010 1111 0 10100 1011100 11001 101111 1010110 101001

Color Harmonies of #C09A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A0F

Black with #C09A0F

Text Example


Text Example

White with #C09A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A0F; }

 p { color: rgb(192,154,15); }

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

background-color css

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

 a { background-color: rgb(192,154,15); }

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

border-color css

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

 span { border-color: rgb(192,154,15); }

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