Html Css Color HEX #C1970E Buddha Gold

📋 copy color: '#C1970E'

red 193 ◦ green 151 ◦ blue 14

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

Shades of Buddha Gold #C1970E

Tints of Buddha Gold #C1970E

RGB

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

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

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

R = 53.91%
G = 42.18%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1970E (or 0xC1970E) is known color: Buddha Gold. HEX triplet: C1, 97 and 0E. RGB value is (193,151,14). Sum of RGB (Red+Green+Blue) = 193+151+14=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C1970E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1970E is #3E68F1. Grayscale: #949494. Windows color (decimal): -4090098 or 956353. OLE color: 956353.

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

Color convert

RGB 193 151 14 -
CMYK 0 0.22 0.93 0.24
HSL 45.92º 0.86% 0.41% -
HSV(B) 45.92º 0.93% 0.76% -
XYZ 33.14 33.5 5.14 -
YUV 147.94 52.41 160.14 -
System Red Green Blue C M Y K H S L
Decimal 193 151 14 0 0.22 0.93 0.24 45.92 0.86 0.41
Hex C1 97 E 0 16 5D 18 2E 56 29
Octal 301 227 16 0 26 135 30 56 126 51
Binary 11000001 10010111 1110 0 10110 1011101 11000 101110 1010110 101001

Color Harmonies of #C1970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1970E

Black with #C1970E

Text Example


Text Example

White with #C1970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1970E; }

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

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

background-color css

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

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

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

border-color css

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

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

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