Html Css Color HEX #C98F19 Buddha Gold

📋 copy color: '#C98F19'

red 201 ◦ green 143 ◦ blue 25

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

Shades of Buddha Gold #C98F19

Tints of Buddha Gold #C98F19

RGB

 RED value IS 201 (78.91% from 255) = 54.47%

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

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

R = 54.47%
G = 38.75%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C98F19 (or 0xC98F19) is known color: Buddha Gold. HEX triplet: C9, 8F and 19. RGB value is (201,143,25). Sum of RGB (Red+Green+Blue) = 201+143+25=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98F19 is #3670E6. Grayscale: #939393. Windows color (decimal): -3567847 or 1675209. OLE color: 1675209.

HSL color Cylindrical-coordinate representation of color #C98F19: hue angle of 40.23º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C98F19 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 143 25 -
CMYK 0 0.29 0.88 0.21
HSL 40.23º 0.78% 0.44% -
HSV(B) 40.23º 0.88% 0.79% -
XYZ 34.09 32.13 5.33 -
YUV 146.89 59.22 166.59 -
System Red Green Blue C M Y K H S L
Decimal 201 143 25 0 0.29 0.88 0.21 40.23 0.78 0.44
Hex C9 8F 19 0 1D 58 15 28 4E 2C
Octal 311 217 31 0 35 130 25 50 116 54
Binary 11001001 10001111 11001 0 11101 1011000 10101 101000 1001110 101100

Color Harmonies of #C98F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98F19

Black with #C98F19

Text Example


Text Example

White with #C98F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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