Html Css Color HEX #C69C05 Buddha Gold

📋 copy color: '#C69C05'

red 198 ◦ green 156 ◦ blue 5

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

Shades of Buddha Gold #C69C05

Tints of Buddha Gold #C69C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 55.15%
G = 43.45%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C69C05 (or 0xC69C05) is known color: Buddha Gold. HEX triplet: C6, 9C and 05. RGB value is (198,156,5). Sum of RGB (Red+Green+Blue) = 198+156+5=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69C05 is #3963FA. Grayscale: #979797. Windows color (decimal): -3761147 or 367814. OLE color: 367814.

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

Color convert

RGB 198 156 5 -
CMYK 0 0.21 0.97 0.22
HSL 46.94º 0.95% 0.4% -
HSV(B) 46.94º 0.97% 0.78% -
XYZ 35.2 35.79 5.2 -
YUV 151.34 45.41 161.28 -
System Red Green Blue C M Y K H S L
Decimal 198 156 5 0 0.21 0.97 0.22 46.94 0.95 0.4
Hex C6 9C 5 0 15 61 16 2F 5F 28
Octal 306 234 5 0 25 141 26 57 137 50
Binary 11000110 10011100 101 0 10101 1100001 10110 101111 1011111 101000

Color Harmonies of #C69C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69C05

Black with #C69C05

Text Example


Text Example

White with #C69C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69C05; }

 p { color: rgb(198,156,5); }

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

background-color css

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

 a { background-color: rgb(198,156,5); }

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

border-color css

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

 span { border-color: rgb(198,156,5); }

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