Html Css Color HEX #C89618 Buddha Gold

📋 copy color: '#C89618'

red 200 ◦ green 150 ◦ blue 24

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

Shades of Buddha Gold #C89618

Tints of Buddha Gold #C89618

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.11%

 BLUE value IS 24 (9.77% from 255) = 6.42%

R = 53.48%
G = 40.11%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C89618 (or 0xC89618) is known color: Buddha Gold. HEX triplet: C8, 96 and 18. RGB value is (200,150,24). Sum of RGB (Red+Green+Blue) = 200+150+24=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C89618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89618 is #3769E7. Grayscale: #979797. Windows color (decimal): -3631592 or 1611464. OLE color: 1611464.

HSL color Cylindrical-coordinate representation of color #C89618: hue angle of 42.95º degrees, saturation: 0.79, 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 #C89618 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 150 24 -
CMYK 0 0.25 0.88 0.22
HSL 42.95º 0.79% 0.44% -
HSV(B) 42.95º 0.88% 0.78% -
XYZ 34.89 34.16 5.62 -
YUV 150.59 56.57 163.25 -
System Red Green Blue C M Y K H S L
Decimal 200 150 24 0 0.25 0.88 0.22 42.95 0.79 0.44
Hex C8 96 18 0 19 58 16 2B 4F 2C
Octal 310 226 30 0 31 130 26 53 117 54
Binary 11001000 10010110 11000 0 11001 1011000 10110 101011 1001111 101100

Color Harmonies of #C89618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89618

Black with #C89618

Text Example


Text Example

White with #C89618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89618; }

 p { color: rgb(200,150,24); }

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

background-color css

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

 a { background-color: rgb(200,150,24); }

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

border-color css

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

 span { border-color: rgb(200,150,24); }

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