Html Css Color HEX #C89F19 Buddha Gold

📋 copy color: '#C89F19'

red 200 ◦ green 159 ◦ blue 25

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

Shades of Buddha Gold #C89F19

Tints of Buddha Gold #C89F19

RGB

 RED value IS 200 (78.52% from 255) = 52.08%

 GREEN value IS 159 (62.5% from 255) = 41.41%

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

R = 52.08%
G = 41.41%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C89F19 (or 0xC89F19) is known color: Buddha Gold. HEX triplet: C8, 9F and 19. RGB value is (200,159,25). Sum of RGB (Red+Green+Blue) = 200+159+25=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 25 (10.16% from 255 or 6.51% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89F19 is #3760E6. Grayscale: #9C9C9C. Windows color (decimal): -3629287 or 1679304. OLE color: 1679304.

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

Color convert

RGB 200 159 25 -
CMYK 0 0.20 0.88 0.22
HSL 45.94º 0.78% 0.44% -
HSV(B) 45.94º 0.88% 0.78% -
XYZ 36.39 37.15 6.17 -
YUV 155.98 54.08 159.4 -
System Red Green Blue C M Y K H S L
Decimal 200 159 25 0 0.20 0.88 0.22 45.94 0.78 0.44
Hex C8 9F 19 0 14 58 16 2E 4E 2C
Octal 310 237 31 0 24 130 26 56 116 54
Binary 11001000 10011111 11001 0 10100 1011000 10110 101110 1001110 101100

Color Harmonies of #C89F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89F19

Black with #C89F19

Text Example


Text Example

White with #C89F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89F19; }

 p { color: rgb(200,159,25); }

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

background-color css

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

 a { background-color: rgb(200,159,25); }

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

border-color css

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

 span { border-color: rgb(200,159,25); }

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