Html Css Color HEX #C69C17 Buddha Gold

📋 copy color: '#C69C17'

red 198 ◦ green 156 ◦ blue 23

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

Shades of Buddha Gold #C69C17

Tints of Buddha Gold #C69C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.1%

R = 52.52%
G = 41.38%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C69C17 (or 0xC69C17) is known color: Buddha Gold. HEX triplet: C6, 9C and 17. RGB value is (198,156,23). Sum of RGB (Red+Green+Blue) = 198+156+23=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69C17 is #3963E8. Grayscale: #999999. Windows color (decimal): -3761129 or 1547462. OLE color: 1547462.

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

Color convert

RGB 198 156 23 -
CMYK 0 0.21 0.88 0.22
HSL 45.6º 0.79% 0.43% -
HSV(B) 45.6º 0.88% 0.78% -
XYZ 35.33 35.84 5.87 -
YUV 153.4 54.41 159.81 -
System Red Green Blue C M Y K H S L
Decimal 198 156 23 0 0.21 0.88 0.22 45.6 0.79 0.43
Hex C6 9C 17 0 15 58 16 2E 4F 2B
Octal 306 234 27 0 25 130 26 56 117 53
Binary 11000110 10011100 10111 0 10101 1011000 10110 101110 1001111 101011

Color Harmonies of #C69C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69C17

Black with #C69C17

Text Example


Text Example

White with #C69C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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