Html Css Color HEX #C8991A Buddha Gold

📋 copy color: '#C8991A'

red 200 ◦ green 153 ◦ blue 26

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

Shades of Buddha Gold #C8991A

Tints of Buddha Gold #C8991A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.37%

 BLUE value IS 26 (10.55% from 255) = 6.86%

R = 52.77%
G = 40.37%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8991A (or 0xC8991A) is known color: Buddha Gold. HEX triplet: C8, 99 and 1A. RGB value is (200,153,26). Sum of RGB (Red+Green+Blue) = 200+153+26=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8991A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8991A is #3766E5. Grayscale: #999999. Windows color (decimal): -3630822 or 1743304. OLE color: 1743304.

HSL color Cylindrical-coordinate representation of color #C8991A: hue angle of 43.79º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8991A is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 153 26 -
CMYK 0 0.24 0.87 0.22
HSL 43.79º 0.77% 0.44% -
HSV(B) 43.79º 0.87% 0.78% -
XYZ 35.4 35.14 5.89 -
YUV 152.58 56.57 161.83 -
System Red Green Blue C M Y K H S L
Decimal 200 153 26 0 0.24 0.87 0.22 43.79 0.77 0.44
Hex C8 99 1A 0 18 57 16 2C 4D 2C
Octal 310 231 32 0 30 127 26 54 115 54
Binary 11001000 10011001 11010 0 11000 1010111 10110 101100 1001101 101100

Color Harmonies of #C8991A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8991A

Black with #C8991A

Text Example


Text Example

White with #C8991A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8991A; }

 p { color: rgb(200,153,26); }

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

background-color css

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

 a { background-color: rgb(200,153,26); }

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

border-color css

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

 span { border-color: rgb(200,153,26); }

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