Html Css Color HEX #C8921B Buddha Gold

📋 copy color: '#C8921B'

red 200 ◦ green 146 ◦ blue 27

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

Shades of Buddha Gold #C8921B

Tints of Buddha Gold #C8921B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.24%

R = 53.62%
G = 39.14%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8921B (or 0xC8921B) is known color: Buddha Gold. HEX triplet: C8, 92 and 1B. RGB value is (200,146,27). Sum of RGB (Red+Green+Blue) = 200+146+27=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C8921B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8921B is #376DE4. Grayscale: #959595. Windows color (decimal): -3632613 or 1807048. OLE color: 1807048.

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

Color convert

RGB 200 146 27 -
CMYK 0 0.27 0.86 0.22
HSL 41.27º 0.76% 0.45% -
HSV(B) 41.27º 0.87% 0.78% -
XYZ 34.3 32.92 5.58 -
YUV 148.58 59.39 164.68 -
System Red Green Blue C M Y K H S L
Decimal 200 146 27 0 0.27 0.86 0.22 41.27 0.76 0.45
Hex C8 92 1B 0 1B 56 16 29 4C 2D
Octal 310 222 33 0 33 126 26 51 114 55
Binary 11001000 10010010 11011 0 11011 1010110 10110 101001 1001100 101101

Color Harmonies of #C8921B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8921B

Black with #C8921B

Text Example


Text Example

White with #C8921B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8921B; }

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

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

background-color css

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

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

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

border-color css

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

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

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