Html Css Color HEX #C0970F Buddha Gold

📋 copy color: '#C0970F'

red 192 ◦ green 151 ◦ blue 15

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

Shades of Buddha Gold #C0970F

Tints of Buddha Gold #C0970F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.18%

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

R = 53.63%
G = 42.18%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0970F (or 0xC0970F) is known color: Buddha Gold. HEX triplet: C0, 97 and 0F. RGB value is (192,151,15). Sum of RGB (Red+Green+Blue) = 192+151+15=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C0970F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0970F is #3F68F0. Grayscale: #949494. Windows color (decimal): -4155633 or 1021888. OLE color: 1021888.

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

Color convert

RGB 192 151 15 -
CMYK 0 0.21 0.92 0.25
HSL 46.1º 0.86% 0.41% -
HSV(B) 46.1º 0.92% 0.75% -
XYZ 32.89 33.37 5.16 -
YUV 147.76 53.08 159.56 -
System Red Green Blue C M Y K H S L
Decimal 192 151 15 0 0.21 0.92 0.25 46.1 0.86 0.41
Hex C0 97 F 0 15 5C 19 2E 56 29
Octal 300 227 17 0 25 134 31 56 126 51
Binary 11000000 10010111 1111 0 10101 1011100 11001 101110 1010110 101001

Color Harmonies of #C0970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0970F

Black with #C0970F

Text Example


Text Example

White with #C0970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0970F; }

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

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

background-color css

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

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

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

border-color css

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

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

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