Html Css Color HEX #C7921B Buddha Gold

📋 copy color: '#C7921B'

red 199 ◦ green 146 ◦ blue 27

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

Shades of Buddha Gold #C7921B

Tints of Buddha Gold #C7921B

RGB

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

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

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

R = 53.49%
G = 39.25%
B = 7.26%

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

#C7921B (or 0xC7921B) is known color: Buddha Gold. HEX triplet: C7, 92 and 1B. RGB value is (199,146,27). Sum of RGB (Red+Green+Blue) = 199+146+27=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 27 (10.94% from 255 or 7.26% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C7921B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7921B is #386DE4. Grayscale: #949494. Windows color (decimal): -3698149 or 1807047. OLE color: 1807047.

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

Color convert

RGB 199 146 27 -
CMYK 0 0.27 0.86 0.22
HSL 41.51º 0.76% 0.44% -
HSV(B) 41.51º 0.86% 0.78% -
XYZ 34.03 32.78 5.57 -
YUV 148.28 59.56 164.18 -
System Red Green Blue C M Y K H S L
Decimal 199 146 27 0 0.27 0.86 0.22 41.51 0.76 0.44
Hex C7 92 1B 0 1B 56 16 2A 4C 2C
Octal 307 222 33 0 33 126 26 52 114 54
Binary 11000111 10010010 11011 0 11011 1010110 10110 101010 1001100 101100

Color Harmonies of #C7921B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7921B

Black with #C7921B

Text Example


Text Example

White with #C7921B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7921B; }

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

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

background-color css

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

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

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

border-color css

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

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

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