Html Css Color HEX #C89B12 Buddha Gold

📋 copy color: '#C89B12'

red 200 ◦ green 155 ◦ blue 18

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

Shades of Buddha Gold #C89B12

Tints of Buddha Gold #C89B12

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.55%

 BLUE value IS 18 (7.42% from 255) = 4.83%

R = 53.62%
G = 41.55%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C89B12 (or 0xC89B12) is known color: Buddha Gold. HEX triplet: C8, 9B and 12. RGB value is (200,155,18). Sum of RGB (Red+Green+Blue) = 200+155+18=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89B12 is #3764ED. Grayscale: #999999. Windows color (decimal): -3630318 or 1219528. OLE color: 1219528.

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

Color convert

RGB 200 155 18 -
CMYK 0 0.22 0.91 0.22
HSL 45.16º 0.83% 0.43% -
HSV(B) 45.16º 0.91% 0.78% -
XYZ 35.65 35.77 5.6 -
YUV 152.84 51.91 161.64 -
System Red Green Blue C M Y K H S L
Decimal 200 155 18 0 0.22 0.91 0.22 45.16 0.83 0.43
Hex C8 9B 12 0 16 5B 16 2D 53 2B
Octal 310 233 22 0 26 133 26 55 123 53
Binary 11001000 10011011 10010 0 10110 1011011 10110 101101 1010011 101011

Color Harmonies of #C89B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89B12

Black with #C89B12

Text Example


Text Example

White with #C89B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89B12; }

 p { color: rgb(200,155,18); }

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

background-color css

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

 a { background-color: rgb(200,155,18); }

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

border-color css

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

 span { border-color: rgb(200,155,18); }

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