Html Css Color HEX #C89C02 Buddha Gold

📋 copy color: '#C89C02'

red 200 ◦ green 156 ◦ blue 2

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

Shades of Buddha Gold #C89C02

Tints of Buddha Gold #C89C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 55.87%
G = 43.58%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C89C02 (or 0xC89C02) is known color: Buddha Gold. HEX triplet: C8, 9C and 02. RGB value is (200,156,2). Sum of RGB (Red+Green+Blue) = 200+156+2=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89C02 is #3763FD. Grayscale: #989898. Windows color (decimal): -3630078 or 171208. OLE color: 171208.

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

Color convert

RGB 200 156 2 -
CMYK 0 0.22 0.99 0.22
HSL 46.67º 0.98% 0.4% -
HSV(B) 46.67º 0.99% 0.78% -
XYZ 35.72 36.06 5.14 -
YUV 151.6 43.58 162.52 -
System Red Green Blue C M Y K H S L
Decimal 200 156 2 0 0.22 0.99 0.22 46.67 0.98 0.4
Hex C8 9C 2 0 16 63 16 2F 62 28
Octal 310 234 2 0 26 143 26 57 142 50
Binary 11001000 10011100 10 0 10110 1100011 10110 101111 1100010 101000

Color Harmonies of #C89C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89C02

Black with #C89C02

Text Example


Text Example

White with #C89C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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