Html Css Color HEX #C7951E Buddha Gold

📋 copy color: '#C7951E'

red 199 ◦ green 149 ◦ blue 30

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

Shades of Buddha Gold #C7951E

Tints of Buddha Gold #C7951E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.42%

 BLUE value IS 30 (12.11% from 255) = 7.94%

R = 52.65%
G = 39.42%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7951E (or 0xC7951E) is known color: Buddha Gold. HEX triplet: C7, 95 and 1E. RGB value is (199,149,30). Sum of RGB (Red+Green+Blue) = 199+149+30=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7951E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7951E is #386AE1. Grayscale: #969696. Windows color (decimal): -3697378 or 2004423. OLE color: 2004423.

HSL color Cylindrical-coordinate representation of color #C7951E: hue angle of 42.25º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7951E is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 149 30 -
CMYK 0 0.25 0.85 0.22
HSL 42.25º 0.74% 0.45% -
HSV(B) 42.25º 0.85% 0.78% -
XYZ 34.53 33.73 5.92 -
YUV 150.38 60.07 162.68 -
System Red Green Blue C M Y K H S L
Decimal 199 149 30 0 0.25 0.85 0.22 42.25 0.74 0.45
Hex C7 95 1E 0 19 55 16 2A 4A 2D
Octal 307 225 36 0 31 125 26 52 112 55
Binary 11000111 10010101 11110 0 11001 1010101 10110 101010 1001010 101101

Color Harmonies of #C7951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7951E

Black with #C7951E

Text Example


Text Example

White with #C7951E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7951E; }

 p { color: rgb(199,149,30); }

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

background-color css

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

 a { background-color: rgb(199,149,30); }

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

border-color css

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

 span { border-color: rgb(199,149,30); }

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