Html Css Color HEX #C0970E Buddha Gold

📋 copy color: '#C0970E'

red 192 ◦ green 151 ◦ blue 14

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

Shades of Buddha Gold #C0970E

Tints of Buddha Gold #C0970E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.92%

R = 53.78%
G = 42.3%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0970E (or 0xC0970E) is known color: Buddha Gold. HEX triplet: C0, 97 and 0E. RGB value is (192,151,14). Sum of RGB (Red+Green+Blue) = 192+151+14=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0970E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0970E is #3F68F1. Grayscale: #949494. Windows color (decimal): -4155634 or 956352. OLE color: 956352.

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

Color convert

RGB 192 151 14 -
CMYK 0 0.21 0.93 0.25
HSL 46.18º 0.86% 0.4% -
HSV(B) 46.18º 0.93% 0.75% -
XYZ 32.88 33.37 5.12 -
YUV 147.64 52.58 159.64 -
System Red Green Blue C M Y K H S L
Decimal 192 151 14 0 0.21 0.93 0.25 46.18 0.86 0.4
Hex C0 97 E 0 15 5D 19 2E 56 28
Octal 300 227 16 0 25 135 31 56 126 50
Binary 11000000 10010111 1110 0 10101 1011101 11001 101110 1010110 101000

Color Harmonies of #C0970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0970E

Black with #C0970E

Text Example


Text Example

White with #C0970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0970E; }

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

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

background-color css

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

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

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

border-color css

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

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

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