Html Css Color HEX #C8921A Buddha Gold

📋 copy color: '#C8921A'

red 200 ◦ green 146 ◦ blue 26

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

Shades of Buddha Gold #C8921A

Tints of Buddha Gold #C8921A

RGB

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

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

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

R = 53.76%
G = 39.25%
B = 6.99%

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

#C8921A (or 0xC8921A) is known color: Buddha Gold. HEX triplet: C8, 92 and 1A. RGB value is (200,146,26). Sum of RGB (Red+Green+Blue) = 200+146+26=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 26 (10.55% from 255 or 6.99% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C8921A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8921A is #376DE5. Grayscale: #959595. Windows color (decimal): -3632614 or 1741512. OLE color: 1741512.

HSL color Cylindrical-coordinate representation of color #C8921A: hue angle of 41.38º 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 #C8921A is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 146 26 -
CMYK 0 0.27 0.87 0.22
HSL 41.38º 0.77% 0.44% -
HSV(B) 41.38º 0.87% 0.78% -
XYZ 34.28 32.91 5.52 -
YUV 148.47 58.89 164.76 -
System Red Green Blue C M Y K H S L
Decimal 200 146 26 0 0.27 0.87 0.22 41.38 0.77 0.44
Hex C8 92 1A 0 1B 57 16 29 4D 2C
Octal 310 222 32 0 33 127 26 51 115 54
Binary 11001000 10010010 11010 0 11011 1010111 10110 101001 1001101 101100

Color Harmonies of #C8921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8921A

Black with #C8921A

Text Example


Text Example

White with #C8921A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8921A; }

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

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

background-color css

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

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

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

border-color css

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

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

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