Html Css Color HEX #C28E19 Buddha Gold

📋 copy color: '#C28E19'

red 194 ◦ green 142 ◦ blue 25

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

Shades of Buddha Gold #C28E19

Tints of Buddha Gold #C28E19

RGB

 RED value IS 194 (76.17% from 255) = 53.74%

 GREEN value IS 142 (55.86% from 255) = 39.34%

 BLUE value IS 25 (10.16% from 255) = 6.93%

R = 53.74%
G = 39.34%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C28E19 (or 0xC28E19) is known color: Buddha Gold. HEX triplet: C2, 8E and 19. RGB value is (194,142,25). Sum of RGB (Red+Green+Blue) = 194+142+25=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28E19 is #3D71E6. Grayscale: #909090. Windows color (decimal): -4026855 or 1674946. OLE color: 1674946.

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

Color convert

RGB 194 142 25 -
CMYK 0 0.27 0.87 0.24
HSL 41.54º 0.77% 0.43% -
HSV(B) 41.54º 0.87% 0.76% -
XYZ 32.1 30.89 5.19 -
YUV 144.21 60.73 163.51 -
System Red Green Blue C M Y K H S L
Decimal 194 142 25 0 0.27 0.87 0.24 41.54 0.77 0.43
Hex C2 8E 19 0 1B 57 18 2A 4D 2B
Octal 302 216 31 0 33 127 30 52 115 53
Binary 11000010 10001110 11001 0 11011 1010111 11000 101010 1001101 101011

Color Harmonies of #C28E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28E19

Black with #C28E19

Text Example


Text Example

White with #C28E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28E19; }

 p { color: rgb(194,142,25); }

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

background-color css

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

 a { background-color: rgb(194,142,25); }

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

border-color css

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

 span { border-color: rgb(194,142,25); }

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