Html Css Color HEX #C69A1A Buddha Gold

📋 copy color: '#C69A1A'

red 198 ◦ green 154 ◦ blue 26

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

Shades of Buddha Gold #C69A1A

Tints of Buddha Gold #C69A1A

RGB

 RED value IS 198 (77.73% from 255) = 52.38%

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

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

R = 52.38%
G = 40.74%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C69A1A (or 0xC69A1A) is known color: Buddha Gold. HEX triplet: C6, 9A and 1A. RGB value is (198,154,26). Sum of RGB (Red+Green+Blue) = 198+154+26=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69A1A is #3965E5. Grayscale: #999999. Windows color (decimal): -3761638 or 1743558. OLE color: 1743558.

HSL color Cylindrical-coordinate representation of color #C69A1A: hue angle of 44.65º 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 #C69A1A is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 154 26 -
CMYK 0 0.22 0.87 0.22
HSL 44.65º 0.77% 0.44% -
HSV(B) 44.65º 0.87% 0.78% -
XYZ 35.03 35.19 5.92 -
YUV 152.56 56.58 160.41 -
System Red Green Blue C M Y K H S L
Decimal 198 154 26 0 0.22 0.87 0.22 44.65 0.77 0.44
Hex C6 9A 1A 0 16 57 16 2D 4D 2C
Octal 306 232 32 0 26 127 26 55 115 54
Binary 11000110 10011010 11010 0 10110 1010111 10110 101101 1001101 101100

Color Harmonies of #C69A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69A1A

Black with #C69A1A

Text Example


Text Example

White with #C69A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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