Html Css Color HEX #C1970C Buddha Gold

📋 copy color: '#C1970C'

red 193 ◦ green 151 ◦ blue 12

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

Shades of Buddha Gold #C1970C

Tints of Buddha Gold #C1970C

RGB

 RED value IS 193 (75.78% from 255) = 54.21%

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

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

R = 54.21%
G = 42.42%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1970C (or 0xC1970C) is known color: Buddha Gold. HEX triplet: C1, 97 and 0C. RGB value is (193,151,12). Sum of RGB (Red+Green+Blue) = 193+151+12=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1970C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1970C is #3E68F3. Grayscale: #949494. Windows color (decimal): -4090100 or 825281. OLE color: 825281.

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

Color convert

RGB 193 151 12 -
CMYK 0 0.22 0.94 0.24
HSL 46.08º 0.88% 0.4% -
HSV(B) 46.08º 0.94% 0.76% -
XYZ 33.13 33.5 5.07 -
YUV 147.71 51.41 160.3 -
System Red Green Blue C M Y K H S L
Decimal 193 151 12 0 0.22 0.94 0.24 46.08 0.88 0.4
Hex C1 97 C 0 16 5E 18 2E 58 28
Octal 301 227 14 0 26 136 30 56 130 50
Binary 11000001 10010111 1100 0 10110 1011110 11000 101110 1011000 101000

Color Harmonies of #C1970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1970C

Black with #C1970C

Text Example


Text Example

White with #C1970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1970C; }

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

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

background-color css

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

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

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

border-color css

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

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

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