Html Css Color HEX #C99A1A Buddha Gold

📋 copy color: '#C99A1A'

red 201 ◦ green 154 ◦ blue 26

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

Shades of Buddha Gold #C99A1A

Tints of Buddha Gold #C99A1A

RGB

 RED value IS 201 (78.91% from 255) = 52.76%

 GREEN value IS 154 (60.55% from 255) = 40.42%

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

R = 52.76%
G = 40.42%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C99A1A (or 0xC99A1A) is known color: Buddha Gold. HEX triplet: C9, 9A and 1A. RGB value is (201,154,26). Sum of RGB (Red+Green+Blue) = 201+154+26=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99A1A is #3665E5. Grayscale: #9A9A9A. Windows color (decimal): -3565030 or 1743561. OLE color: 1743561.

HSL color Cylindrical-coordinate representation of color #C99A1A: hue angle of 43.89º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C99A1A is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 154 26 -
CMYK 0 0.23 0.87 0.21
HSL 43.89º 0.77% 0.45% -
HSV(B) 43.89º 0.87% 0.79% -
XYZ 35.83 35.6 5.96 -
YUV 153.46 56.07 161.91 -
System Red Green Blue C M Y K H S L
Decimal 201 154 26 0 0.23 0.87 0.21 43.89 0.77 0.45
Hex C9 9A 1A 0 17 57 15 2C 4D 2D
Octal 311 232 32 0 27 127 25 54 115 55
Binary 11001001 10011010 11010 0 10111 1010111 10101 101100 1001101 101101

Color Harmonies of #C99A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99A1A

Black with #C99A1A

Text Example


Text Example

White with #C99A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99A1A; }

 p { color: rgb(201,154,26); }

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

background-color css

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

 a { background-color: rgb(201,154,26); }

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

border-color css

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

 span { border-color: rgb(201,154,26); }

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