Html Css Color HEX #C7921A Buddha Gold

📋 copy color: '#C7921A'

red 199 ◦ green 146 ◦ blue 26

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

Shades of Buddha Gold #C7921A

Tints of Buddha Gold #C7921A

RGB

 RED value IS 199 (78.13% from 255) = 53.64%

 GREEN value IS 146 (57.42% from 255) = 39.35%

 BLUE value IS 26 (10.55% from 255) = 7.01%

R = 53.64%
G = 39.35%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7921A (or 0xC7921A) is known color: Buddha Gold. HEX triplet: C7, 92 and 1A. RGB value is (199,146,26). Sum of RGB (Red+Green+Blue) = 199+146+26=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7921A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7921A is #386DE5. Grayscale: #949494. Windows color (decimal): -3698150 or 1741511. OLE color: 1741511.

HSL color Cylindrical-coordinate representation of color #C7921A: hue angle of 41.62º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7921A is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 146 26 -
CMYK 0 0.27 0.87 0.22
HSL 41.62º 0.77% 0.44% -
HSV(B) 41.62º 0.87% 0.78% -
XYZ 34.02 32.77 5.51 -
YUV 148.17 59.06 164.26 -
System Red Green Blue C M Y K H S L
Decimal 199 146 26 0 0.27 0.87 0.22 41.62 0.77 0.44
Hex C7 92 1A 0 1B 57 16 2A 4D 2C
Octal 307 222 32 0 33 127 26 52 115 54
Binary 11000111 10010010 11010 0 11011 1010111 10110 101010 1001101 101100

Color Harmonies of #C7921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7921A

Black with #C7921A

Text Example


Text Example

White with #C7921A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7921A; }

 p { color: rgb(199,146,26); }

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

background-color css

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

 a { background-color: rgb(199,146,26); }

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

border-color css

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

 span { border-color: rgb(199,146,26); }

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