Html Css Color HEX #C0980C Buddha Gold

📋 copy color: '#C0980C'

red 192 ◦ green 152 ◦ blue 12

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

Shades of Buddha Gold #C0980C

Tints of Buddha Gold #C0980C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.7%

 BLUE value IS 12 (5.08% from 255) = 3.37%

R = 53.93%
G = 42.7%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0980C (or 0xC0980C) is known color: Buddha Gold. HEX triplet: C0, 98 and 0C. RGB value is (192,152,12). Sum of RGB (Red+Green+Blue) = 192+152+12=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0980C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0980C is #3F67F3. Grayscale: #949494. Windows color (decimal): -4155380 or 825536. OLE color: 825536.

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

Color convert

RGB 192 152 12 -
CMYK 0 0.21 0.94 0.25
HSL 46.67º 0.88% 0.4% -
HSV(B) 46.67º 0.94% 0.75% -
XYZ 33.03 33.69 5.11 -
YUV 148 51.25 159.38 -
System Red Green Blue C M Y K H S L
Decimal 192 152 12 0 0.21 0.94 0.25 46.67 0.88 0.4
Hex C0 98 C 0 15 5E 19 2F 58 28
Octal 300 230 14 0 25 136 31 57 130 50
Binary 11000000 10011000 1100 0 10101 1011110 11001 101111 1011000 101000

Color Harmonies of #C0980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0980C

Black with #C0980C

Text Example


Text Example

White with #C0980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0980C; }

 p { color: rgb(192,152,12); }

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

background-color css

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

 a { background-color: rgb(192,152,12); }

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

border-color css

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

 span { border-color: rgb(192,152,12); }

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