Html Css Color HEX #C0971E Buddha Gold

📋 copy color: '#C0971E'

red 192 ◦ green 151 ◦ blue 30

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

Shades of Buddha Gold #C0971E

Tints of Buddha Gold #C0971E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.04%

R = 51.47%
G = 40.48%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0971E (or 0xC0971E) is known color: Buddha Gold. HEX triplet: C0, 97 and 1E. RGB value is (192,151,30). Sum of RGB (Red+Green+Blue) = 192+151+30=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0971E is #3F68E1. Grayscale: #959595. Windows color (decimal): -4155618 or 2004928. OLE color: 2004928.

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

Color convert

RGB 192 151 30 -
CMYK 0 0.21 0.84 0.25
HSL 44.81º 0.73% 0.44% -
HSV(B) 44.81º 0.84% 0.75% -
XYZ 33.04 33.43 5.94 -
YUV 149.47 60.58 158.34 -
System Red Green Blue C M Y K H S L
Decimal 192 151 30 0 0.21 0.84 0.25 44.81 0.73 0.44
Hex C0 97 1E 0 15 54 19 2D 49 2C
Octal 300 227 36 0 25 124 31 55 111 54
Binary 11000000 10010111 11110 0 10101 1010100 11001 101101 1001001 101100

Color Harmonies of #C0971E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0971E

Black with #C0971E

Text Example


Text Example

White with #C0971E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0971E; }

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

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

background-color css

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

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

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

border-color css

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

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

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