Html Css Color HEX #C89013 Buddha Gold

📋 copy color: '#C89013'

red 200 ◦ green 144 ◦ blue 19

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

Shades of Buddha Gold #C89013

Tints of Buddha Gold #C89013

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.67%

 BLUE value IS 19 (7.81% from 255) = 5.23%

R = 55.1%
G = 39.67%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C89013 (or 0xC89013) is known color: Buddha Gold. HEX triplet: C8, 90 and 13. RGB value is (200,144,19). Sum of RGB (Red+Green+Blue) = 200+144+19=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C89013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89013 is #376FEC. Grayscale: #939393. Windows color (decimal): -3633133 or 1282248. OLE color: 1282248.

HSL color Cylindrical-coordinate representation of color #C89013: hue angle of 41.44º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C89013 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 144 19 -
CMYK 0 0.28 0.90 0.22
HSL 41.44º 0.83% 0.43% -
HSV(B) 41.44º 0.91% 0.78% -
XYZ 33.91 32.27 5.06 -
YUV 146.49 56.05 166.16 -
System Red Green Blue C M Y K H S L
Decimal 200 144 19 0 0.28 0.90 0.22 41.44 0.83 0.43
Hex C8 90 13 0 1C 5A 16 29 53 2B
Octal 310 220 23 0 34 132 26 51 123 53
Binary 11001000 10010000 10011 0 11100 1011010 10110 101001 1010011 101011

Color Harmonies of #C89013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89013

Black with #C89013

Text Example


Text Example

White with #C89013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89013; }

 p { color: rgb(200,144,19); }

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

background-color css

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

 a { background-color: rgb(200,144,19); }

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

border-color css

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

 span { border-color: rgb(200,144,19); }

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