Html Css Color HEX #C89C22 Buddha Gold

📋 copy color: '#C89C22'

red 200 ◦ green 156 ◦ blue 34

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

Shades of Buddha Gold #C89C22

Tints of Buddha Gold #C89C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.72%

R = 51.28%
G = 40%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C89C22 (or 0xC89C22) is known color: Buddha Gold. HEX triplet: C8, 9C and 22. RGB value is (200,156,34). Sum of RGB (Red+Green+Blue) = 200+156+34=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 34 (13.67% from 255 or 8.72% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89C22 is #3763DD. Grayscale: #9B9B9B. Windows color (decimal): -3630046 or 2268360. OLE color: 2268360.

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

Color convert

RGB 200 156 34 -
CMYK 0 0.22 0.83 0.22
HSL 44.1º 0.71% 0.46% -
HSV(B) 44.1º 0.83% 0.78% -
XYZ 36 36.17 6.6 -
YUV 155.25 59.58 159.92 -
System Red Green Blue C M Y K H S L
Decimal 200 156 34 0 0.22 0.83 0.22 44.1 0.71 0.46
Hex C8 9C 22 0 16 53 16 2C 47 2E
Octal 310 234 42 0 26 123 26 54 107 56
Binary 11001000 10011100 100010 0 10110 1010011 10110 101100 1000111 101110

Color Harmonies of #C89C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89C22

Black with #C89C22

Text Example


Text Example

White with #C89C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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