Html Css Color HEX #C89A0F Buddha Gold

📋 copy color: '#C89A0F'

red 200 ◦ green 154 ◦ blue 15

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

Shades of Buddha Gold #C89A0F

Tints of Buddha Gold #C89A0F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.73%

 BLUE value IS 15 (6.25% from 255) = 4.07%

R = 54.2%
G = 41.73%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C89A0F (or 0xC89A0F) is known color: Buddha Gold. HEX triplet: C8, 9A and 0F. RGB value is (200,154,15). Sum of RGB (Red+Green+Blue) = 200+154+15=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89A0F is #3765F0. Grayscale: #989898. Windows color (decimal): -3630577 or 1022664. OLE color: 1022664.

HSL color Cylindrical-coordinate representation of color #C89A0F: hue angle of 45.08º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C89A0F is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 154 15 -
CMYK 0 0.23 0.92 0.22
HSL 45.08º 0.86% 0.42% -
HSV(B) 45.08º 0.93% 0.78% -
XYZ 35.46 35.43 5.42 -
YUV 151.91 50.74 162.3 -
System Red Green Blue C M Y K H S L
Decimal 200 154 15 0 0.23 0.92 0.22 45.08 0.86 0.42
Hex C8 9A F 0 17 5C 16 2D 56 2A
Octal 310 232 17 0 27 134 26 55 126 52
Binary 11001000 10011010 1111 0 10111 1011100 10110 101101 1010110 101010

Color Harmonies of #C89A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89A0F

Black with #C89A0F

Text Example


Text Example

White with #C89A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89A0F; }

 p { color: rgb(200,154,15); }

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

background-color css

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

 a { background-color: rgb(200,154,15); }

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

border-color css

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

 span { border-color: rgb(200,154,15); }

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