Html Css Color HEX #C08F19 Buddha Gold

📋 copy color: '#C08F19'

red 192 ◦ green 143 ◦ blue 25

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

Shades of Buddha Gold #C08F19

Tints of Buddha Gold #C08F19

RGB

 RED value IS 192 (75.39% from 255) = 53.33%

 GREEN value IS 143 (56.25% from 255) = 39.72%

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

R = 53.33%
G = 39.72%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C08F19 (or 0xC08F19) is known color: Buddha Gold. HEX triplet: C0, 8F and 19. RGB value is (192,143,25). Sum of RGB (Red+Green+Blue) = 192+143+25=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08F19 is #3F70E6. Grayscale: #909090. Windows color (decimal): -4157671 or 1675200. OLE color: 1675200.

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

Color convert

RGB 192 143 25 -
CMYK 0 0.26 0.87 0.25
HSL 42.4º 0.77% 0.43% -
HSV(B) 42.4º 0.87% 0.75% -
XYZ 31.74 30.92 5.22 -
YUV 144.2 60.73 162.09 -
System Red Green Blue C M Y K H S L
Decimal 192 143 25 0 0.26 0.87 0.25 42.4 0.77 0.43
Hex C0 8F 19 0 1A 57 19 2A 4D 2B
Octal 300 217 31 0 32 127 31 52 115 53
Binary 11000000 10001111 11001 0 11010 1010111 11001 101010 1001101 101011

Color Harmonies of #C08F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F19

Black with #C08F19

Text Example


Text Example

White with #C08F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F19; }

 p { color: rgb(192,143,25); }

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

background-color css

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

 a { background-color: rgb(192,143,25); }

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

border-color css

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

 span { border-color: rgb(192,143,25); }

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