Html Css Color HEX #C8970C Buddha Gold

📋 copy color: '#C8970C'

red 200 ◦ green 151 ◦ blue 12

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

Shades of Buddha Gold #C8970C

Tints of Buddha Gold #C8970C

RGB

 RED value IS 200 (78.52% from 255) = 55.1%

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

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

R = 55.1%
G = 41.6%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8970C (or 0xC8970C) is known color: Buddha Gold. HEX triplet: C8, 97 and 0C. RGB value is (200,151,12). Sum of RGB (Red+Green+Blue) = 200+151+12=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C8970C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8970C is #3768F3. Grayscale: #969696. Windows color (decimal): -3631348 or 825288. OLE color: 825288.

HSL color Cylindrical-coordinate representation of color #C8970C: hue angle of 44.36º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8970C is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 151 12 -
CMYK 0 0.24 0.94 0.22
HSL 44.36º 0.89% 0.42% -
HSV(B) 44.36º 0.94% 0.78% -
XYZ 34.95 34.44 5.15 -
YUV 149.81 50.23 163.8 -
System Red Green Blue C M Y K H S L
Decimal 200 151 12 0 0.24 0.94 0.22 44.36 0.89 0.42
Hex C8 97 C 0 18 5E 16 2C 59 2A
Octal 310 227 14 0 30 136 26 54 131 52
Binary 11001000 10010111 1100 0 11000 1011110 10110 101100 1011001 101010

Color Harmonies of #C8970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8970C

Black with #C8970C

Text Example


Text Example

White with #C8970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8970C; }

 p { color: rgb(200,151,12); }

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

background-color css

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

 a { background-color: rgb(200,151,12); }

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

border-color css

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

 span { border-color: rgb(200,151,12); }

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