Html Css Color HEX #C08F15 Buddha Gold

📋 copy color: '#C08F15'

red 192 ◦ green 143 ◦ blue 21

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

Shades of Buddha Gold #C08F15

Tints of Buddha Gold #C08F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.9%

R = 53.93%
G = 40.17%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C08F15 (or 0xC08F15) is known color: Buddha Gold. HEX triplet: C0, 8F and 15. RGB value is (192,143,21). Sum of RGB (Red+Green+Blue) = 192+143+21=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08F15 is #3F70EA. Grayscale: #909090. Windows color (decimal): -4157675 or 1413056. OLE color: 1413056.

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

Color convert

RGB 192 143 21 -
CMYK 0 0.26 0.89 0.25
HSL 42.81º 0.8% 0.42% -
HSV(B) 42.81º 0.89% 0.75% -
XYZ 31.7 30.91 5 -
YUV 143.74 58.73 162.42 -
System Red Green Blue C M Y K H S L
Decimal 192 143 21 0 0.26 0.89 0.25 42.81 0.8 0.42
Hex C0 8F 15 0 1A 59 19 2B 50 2A
Octal 300 217 25 0 32 131 31 53 120 52
Binary 11000000 10001111 10101 0 11010 1011001 11001 101011 1010000 101010

Color Harmonies of #C08F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F15

Black with #C08F15

Text Example


Text Example

White with #C08F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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