Html Css Color HEX #C89C05 Buddha Gold

📋 copy color: '#C89C05'

red 200 ◦ green 156 ◦ blue 5

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

Shades of Buddha Gold #C89C05

Tints of Buddha Gold #C89C05

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.21%

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 55.4%
G = 43.21%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C89C05 (or 0xC89C05) is known color: Buddha Gold. HEX triplet: C8, 9C and 05. RGB value is (200,156,5). Sum of RGB (Red+Green+Blue) = 200+156+5=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89C05 is #3763FA. Grayscale: #989898. Windows color (decimal): -3630075 or 367816. OLE color: 367816.

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

Color convert

RGB 200 156 5 -
CMYK 0 0.22 0.98 0.22
HSL 46.46º 0.95% 0.4% -
HSV(B) 46.46º 0.98% 0.78% -
XYZ 35.74 36.07 5.22 -
YUV 151.94 45.08 162.28 -
System Red Green Blue C M Y K H S L
Decimal 200 156 5 0 0.22 0.98 0.22 46.46 0.95 0.4
Hex C8 9C 5 0 16 62 16 2E 5F 28
Octal 310 234 5 0 26 142 26 56 137 50
Binary 11001000 10011100 101 0 10110 1100010 10110 101110 1011111 101000

Color Harmonies of #C89C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89C05

Black with #C89C05

Text Example


Text Example

White with #C89C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89C05; }

 p { color: rgb(200,156,5); }

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

background-color css

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

 a { background-color: rgb(200,156,5); }

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

border-color css

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

 span { border-color: rgb(200,156,5); }

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