Html Css Color HEX #C69C0F Buddha Gold

📋 copy color: '#C69C0F'

red 198 ◦ green 156 ◦ blue 15

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

Shades of Buddha Gold #C69C0F

Tints of Buddha Gold #C69C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.07%

R = 53.66%
G = 42.28%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C69C0F (or 0xC69C0F) is known color: Buddha Gold. HEX triplet: C6, 9C and 0F. RGB value is (198,156,15). Sum of RGB (Red+Green+Blue) = 198+156+15=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69C0F is #3963F0. Grayscale: #999999. Windows color (decimal): -3761137 or 1023174. OLE color: 1023174.

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

Color convert

RGB 198 156 15 -
CMYK 0 0.21 0.92 0.22
HSL 46.23º 0.86% 0.42% -
HSV(B) 46.23º 0.92% 0.78% -
XYZ 35.26 35.82 5.51 -
YUV 152.48 50.41 160.46 -
System Red Green Blue C M Y K H S L
Decimal 198 156 15 0 0.21 0.92 0.22 46.23 0.86 0.42
Hex C6 9C F 0 15 5C 16 2E 56 2A
Octal 306 234 17 0 25 134 26 56 126 52
Binary 11000110 10011100 1111 0 10101 1011100 10110 101110 1010110 101010

Color Harmonies of #C69C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69C0F

Black with #C69C0F

Text Example


Text Example

White with #C69C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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