Html Css Color HEX #C69B0A Buddha Gold

📋 copy color: '#C69B0A'

red 198 ◦ green 155 ◦ blue 10

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

Shades of Buddha Gold #C69B0A

Tints of Buddha Gold #C69B0A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.7%

 BLUE value IS 10 (4.3% from 255) = 2.75%

R = 54.55%
G = 42.7%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C69B0A (or 0xC69B0A) is known color: Buddha Gold. HEX triplet: C6, 9B and 0A. RGB value is (198,155,10). Sum of RGB (Red+Green+Blue) = 198+155+10=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69B0A is #3964F5. Grayscale: #979797. Windows color (decimal): -3761398 or 695238. OLE color: 695238.

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

Color convert

RGB 198 155 10 -
CMYK 0 0.22 0.95 0.22
HSL 46.28º 0.9% 0.41% -
HSV(B) 46.28º 0.95% 0.78% -
XYZ 35.06 35.47 5.29 -
YUV 151.33 48.25 161.29 -
System Red Green Blue C M Y K H S L
Decimal 198 155 10 0 0.22 0.95 0.22 46.28 0.9 0.41
Hex C6 9B A 0 16 5F 16 2E 5A 29
Octal 306 233 12 0 26 137 26 56 132 51
Binary 11000110 10011011 1010 0 10110 1011111 10110 101110 1011010 101001

Color Harmonies of #C69B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69B0A

Black with #C69B0A

Text Example


Text Example

White with #C69B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69B0A; }

 p { color: rgb(198,155,10); }

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

background-color css

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

 a { background-color: rgb(198,155,10); }

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

border-color css

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

 span { border-color: rgb(198,155,10); }

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